You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
723 B

  1. /* About page */
  2. #content.about p.copyright { color: #999; font-size: 90%; }
  3. #content.about h2 { margin-top: 2em; }
  4. #content.about table { margin-top: 0; width: auto; }
  5. #content.about table th, #content.about table td { font-size: 90%; }
  6. #content.about th { background: #f7f7f0; font-weight: bold; text-align: right;
  7. vertical-align: top;
  8. }
  9. #content.about #config th { text-align: left; }
  10. #content.about #config th.section { text-align: right; }
  11. #content.about #config th, #content.about #config td { border: 1px solid #ddd;
  12. padding: 3px;
  13. }
  14. #content.about #config tr.modified { background: #ffd; }
  15. #content.about #config tr.modified td.value { font-style: italic; }
  16. #content.about #config td.doc { padding: 3px 1em; }