diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-06 20:47:00 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-06 20:47:00 +0100 |
commit | 09bf483446a66e4675064e15c4297114d037ee7a (patch) | |
tree | 58969837a088607389e11da4ae5ffbcce1d5a868 | |
parent | a008934ef488760445f99ad94e0777ba69931668 (diff) |
Local CSS: pageheader blue background.
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ DIV.header span { display: none; } -DIV#pageheader { - color: #00f; +DIV.pageheader { + background-color: #00f; } DIV#topbar { |