comparison modules/system/maintenance.css @ 1:c1f4ac30525a 6.0

Drupal 6.0
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:28:28 +0100
parents
children
comparison
equal deleted inserted replaced
0:5a113a1c4740 1:c1f4ac30525a
1 /* $Id: maintenance.css,v 1.1 2007/11/30 12:19:10 goba Exp $ */
2
3 /* Update styles */
4 #update-results {
5 margin-top: 3em;
6 padding: 0.25em;
7 border: 1px solid #ccc;
8 background: #eee;
9 font-size: smaller;
10 }
11 #update-results h2 {
12 margin-top: 0.25em;
13 }
14 #update-results h4 {
15 margin-bottom: 0.25em;
16 }
17 #update-results li.none {
18 color: #888;
19 font-style: italic;
20 }
21 #update-results li.failure strong {
22 color: #b63300;
23 }