minimal.css 582 B

12345678910111213141516171819202122
  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. /*** end ***/
粤ICP备19079148号