maintenance.css 425 B

1234567891011121314151617181920212223
  1. /* $Id: maintenance.css,v 1.1 2007/11/30 12:19:10 goba Exp $ */
  2. /* Update styles */
  3. #update-results {
  4. margin-top: 3em;
  5. padding: 0.25em;
  6. border: 1px solid #ccc;
  7. background: #eee;
  8. font-size: smaller;
  9. }
  10. #update-results h2 {
  11. margin-top: 0.25em;
  12. }
  13. #update-results h4 {
  14. margin-bottom: 0.25em;
  15. }
  16. #update-results li.none {
  17. color: #888;
  18. font-style: italic;
  19. }
  20. #update-results li.failure strong {
  21. color: #b63300;
  22. }