Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / theme / org / css / install.css
1 .install_main {
2         color: #000000;
3         background-color: #FFFFFF;
4         text-decoration: none;
5 }
6
7 .install_header {
8         color: #000000;
9         background-color: #EEEEFF;
10         font-size: 20px;
11         text-decoration: underline;
12         heigth: 30px;
13         vertical-align: middle;
14         padding-top: 5px;
15         padding-bottom: 5px;
16 }
17
18 .install_fatalcontent {
19         text-align: left;
20         background-color: #FFFFFF;
21 }
22
23 .install_error,.install_finished {
24         font-size: 20px;
25         color: #000000;
26 }
27
28 .install_welcome {
29         color: #000000;
30         padding-top: 5px;
31         padding-bottom: 10px;
32 }