Projet

Général

Profil

Paste
Télécharger (394 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / danland / maintenance.css @ 87dbc3bf

1
/* $Id: maintenance.css,v 1.1.2.2 2011/01/06 07:45:39 danprobo Exp $ */
2

    
3
#content-maintenance {
4
font-size:1.6em;
5
color:#002054;
6
display:block;
7
float:right;
8
line-height:1.2em;
9
margin:20px;
10
}
11

    
12
#preface .title {
13
margin: 20px;
14
color:#fff;
15
display:block;
16
float:left;
17
}
18

    
19
div.messages {
20
width:950px;
21
margin:20px auto;
22
position:relative;
23
padding:0;
24
}
25

    
26
div.messages ul {
27
padding:10px 10px 10px 50px;
28
}
29