/doc/English/rules/rules.css

http://txt2tags.googlecode.com/ · CSS · 26 lines · 26 code · 0 blank · 0 comment · 0 complexity · 2a99827d24cbc9abc180fc116e785bc5 MD5 · raw file

  1. body {
  2. margin:2em;
  3. }
  4. a {
  5. font-weight:bold;
  6. text-decoration:none;
  7. }
  8. a:hover {
  9. text-decoration:underline;
  10. }
  11. .toc {
  12. margin-left:2em;
  13. }
  14. .section {
  15. margin-top:2em;
  16. margin-bottom:1em;
  17. border:1px solid black;
  18. text-align:center;
  19. background-color:#ddd;
  20. }
  21. table {
  22. empty-cells:hide;
  23. }
  24. td {
  25. padding:4px;
  26. }