diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-06 20:42:14 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-06 20:42:14 +0100 |
commit | 24e345d575a908a3d515561f91cf417e25db5533 (patch) | |
tree | b3cb9baecabe9c8a281e5bb57b63ad01cf00302c | |
parent | 20f520619e3420da4ec4dd6d7f17c54691f55e80 (diff) |
Local CSS: pageheader blue background.
-rw-r--r-- | local.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ DIV.header span { display: none; } +DIV.pageheader { + color: #00f; +} + DIV#topbar { float: right; background-color: #00f; |