manual.css 256 B

123456789101112131415161718192021
  1. h3 code {
  2. font-family: inherit ;
  3. font-size: inherit ;
  4. }
  5. pre, code {
  6. font-size: 12pt ;
  7. }
  8. span.apii {
  9. color: gray ;
  10. float: right ;
  11. font-family: inherit ;
  12. font-style: normal ;
  13. font-size: small ;
  14. }
  15. h2:before {
  16. content: "" ;
  17. padding-right: 0em ;
  18. }