diff options
author | Siri Reiter <siri@jones.dk> | 2013-12-01 19:46:19 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-12-01 19:47:31 +0100 |
commit | 04ba03bca404333b1006b927be2d9bb7c2b8e3d5 (patch) | |
tree | af612eda8d84efabc3cebe7669ca3402f07f997c /edu.css | |
parent | 25bca35fb34cb64642a78432b236ced05f6b8434 (diff) |
Move styling to separate git.
Diffstat (limited to 'edu.css')
-rw-r--r-- | edu.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/edu.css b/edu.css deleted file mode 100644 index f702d202..00000000 --- a/edu.css +++ /dev/null @@ -1,31 +0,0 @@ -H1 { - color: DarkGreen; -} - -DIV.header { - background-color: LightGreen; - color: LightGreen; -} - -Div.pageheader DIV.actions { - background-color: LightGreen; -} - -DIV#topbar, -DIV.topbar { - background-color: LightGreen; -} - -DIV#sidebar, -DIV.sidebar { - background-color: LightGreen; -} - -DIV#farbar, -DIV.farbar { - background-color: LightGreen; -} - -DIV#pageinfo { - background-color: LightGreen; -} |