summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-06 21:02:06 +0100
committerSiri Reiter <siri@jones.dk>2009-03-06 21:02:06 +0100
commit0a0a4c4b042b264c9a510f9848639940110f3f20 (patch)
tree6bb3305eb362192d3dd456feea6ff31068d20c6f
parent09bf483446a66e4675064e15c4297114d037ee7a (diff)
Local CSS: header no display.
-rw-r--r--local.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/local.css b/local.css
index 87f177c3..c25c013b 100644
--- a/local.css
+++ b/local.css
@@ -19,10 +19,15 @@ strong, b {
color: #00f;
}
+DIV.header {
+ display: none;
+}
+
DIV.header span {
display: none;
}
+
DIV.pageheader {
background-color: #00f;
}