minimal.css 834 B

1234567891011121314151617181920212223242526272829
  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. /*******************************************************************************
  7. Body
  8. *******************************************************************************/
  9. body { font-family: sans-serif; margin: 1em; }
  10. /*******************************************************************************
  11. Table
  12. *******************************************************************************/
  13. table { margin: 0.5em; }
  14. /*******************************************************************************
  15. Font sizes
  16. *******************************************************************************/
  17. p, td, li, blockquote { font-size: 10pt; }
  18. pre { font-size: 9pt; }
  19. /*** end ***/
粤ICP备19079148号