diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-06 21:02:06 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-06 21:02:06 +0100 |
commit | 0a0a4c4b042b264c9a510f9848639940110f3f20 (patch) | |
tree | 6bb3305eb362192d3dd456feea6ff31068d20c6f | |
parent | 09bf483446a66e4675064e15c4297114d037ee7a (diff) |
Local CSS: header no display.
-rw-r--r-- | local.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -19,10 +19,15 @@ strong, b { color: #00f; } +DIV.header { + display: none; +} + DIV.header span { display: none; } + DIV.pageheader { background-color: #00f; } |