style.css 278 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
  3. * License: https://github.com/taylor001/crown/blob/master/LICENSE
  4. */
  5. @import url(html4css1.css);
  6. * {
  7. font-family: sans-serif;
  8. }
  9. div.topic {
  10. border: 1px solid #aaa;
  11. background-color: #f9f9f9;
  12. }