minimal.css 385 B

1234567891011121314151617181920212223
  1. /*
  2. © Copyright Beman Dawes, 2007
  3. Distributed under the Boost Software License, Version 1.0.
  4. See www.boost.org/LICENSE_1_0.txt
  5. */
  6. body {
  7. font-family: sans-serif;
  8. margin: 1em;
  9. max-width : 8.5in;
  10. }
  11. table { margin: 0.5em; }
  12. pre { background-color:#D7EEFF }
  13. ins { background-color:#A0FFA0 }
  14. del { background-color:#FFA0A0 }
  15. /*** end ***/