diff options
-rw-r--r-- | edu.css | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -7,23 +7,25 @@ DIV.header { color: LightGreen; } -DIV.actions { +Div.pageheader DIV.actions { background-color: LightGreen; } -DIV#topbar { +DIV#topbar, +DIV.topbar { background-color: LightGreen; } -DIV#sidebar { +DIV#sidebar, +DIV.sidebar { background-color: LightGreen; } -DIV#farbar { +DIV#farbar, +DIV.farbar { background-color: LightGreen; } DIV#pageinfo { background-color: LightGreen; } -OC |