Revision 623
Added by doc almost 17 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
14 | 14 |
27-Jan-2008 Christian Sommer |
15 |
! fixed CSS background color of the installer CSS |
|
15 | 16 |
! replaced static text with variable text from language file |
16 | 17 |
! introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man |
17 | 18 |
! added missing ID tags |
trunk/wb/install/stylesheet.css | ||
---|---|---|
4 | 4 |
color: #000000; |
5 | 5 |
} |
6 | 6 |
body { |
7 |
background-color: #557799;
|
|
7 |
background-color: #9ACBF1;
|
|
8 | 8 |
background-image: url(../admin/interface/background.png); |
9 | 9 |
background-repeat: repeat-x; |
10 | 10 |
margin: 0px; |
Also available in: Unified diff
fixed CSS background color of the installer CSS