drupal/misc/maintenance.css

24 lines
372 B
CSS
Raw Normal View History

2005-08-11 13:00:17 +00:00
/* $Id$ */
2005-07-29 20:31:05 +00:00
/* Update styles */
#update-results {
margin-top: 3em;
padding: 0.25em;
border: 1px solid #ccc;
background: #eee;
font-size: smaller;
}
#update-results h2 {
margin-top: 0.25em;
}
#update-results h4 {
margin-bottom: 0.25em;
2005-07-29 20:31:05 +00:00
}
#update-results li.none {
color: #888;
font-style: italic;
2005-07-29 20:31:05 +00:00
}
#update-results li.failure strong {
2005-07-29 20:31:05 +00:00
color: #b63300;
}