rst.css 639 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* Copyright David Abrahams 2006. Distributed under the Boost
  2. Software License, Version 1.0. (See accompanying
  3. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. */
  5. @import "../../../../rst.css";
  6. div.section div.section div.section dl {
  7. margin-left: 2em;
  8. }
  9. td span {
  10. vertical-align: text-top;
  11. }
  12. img {
  13. border: none;
  14. vertical-align: middle
  15. }
  16. span.vellipsis {
  17. display: block;
  18. width: 5px;
  19. height: 22px;
  20. background: url("vellipsis.gif");
  21. margin-left: 3em;
  22. text-indent: -1000px;
  23. }
  24. PRE
  25. {
  26. FONT-FAMILY: monospace ;
  27. }
  28. CODE
  29. {
  30. FONT-FAMILY: monospace;
  31. }
  32. .pre
  33. {
  34. FONT-FAMILY: monospace;
  35. }