summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-03-25 11:33:42 +0100
committerSiri Reiter <siri@jones.dk>2010-03-25 11:33:42 +0100
commitdafe9b4646cd7c37a299f8453e9dc755c4b10f56 (patch)
tree8f4eb33681ef77cf2d84bf255166de5af827500d
parentd0ebc8266db2fce722cc02585f048f75614d8f67 (diff)
Edit edu.css
-rw-r--r--edu.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/edu.css b/edu.css
index 015958cc..9f4dd588 100644
--- a/edu.css
+++ b/edu.css
@@ -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