diff options
| author | Siri Reiter <siri@jones.dk> | 2010-03-25 11:33:42 +0100 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2010-03-25 11:33:42 +0100 |
| commit | dafe9b4646cd7c37a299f8453e9dc755c4b10f56 (patch) | |
| tree | 8f4eb33681ef77cf2d84bf255166de5af827500d | |
| parent | d0ebc8266db2fce722cc02585f048f75614d8f67 (diff) | |
Edit edu.css
| -rw-r--r-- | edu.css | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ H1 { color: DarkGreen; } + +DIV.header { + background-color: LightGreen; + color: LightGreen; +} + +DIV.actions { + background-color: LightGreen; +} + +DIV#topbar { + background-color: LightGreen; +} + +DIV#sidebar { + background-color: LightGreen; +} + +DIV#farbar { + background-color: LightGreen; +} + +DIV#pageinfo { + background-color: LightGreen; +} +OC |
