summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-06 13:45:34 +0200
committerSiri Reiter <siri@jones.dk>2009-04-06 13:45:34 +0200
commite5208c5ef2438f604b6acb2685d575053d2dbc7e (patch)
treeb5b27ca4f591a5b180395c0f8e4f4061a1a76488 /local.css
parentbba33c1a5d5ad52f15c7bca2ffc56820652f5dbf (diff)
No title display.
Diffstat (limited to 'local.css')
-rw-r--r--local.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/local.css b/local.css
index 378e9b58..2ac82b34 100644
--- a/local.css
+++ b/local.css
@@ -40,6 +40,7 @@ BODY {
DIV.header {
margin: 1em 1em 0;
}
+
DIV.header,
SPAN.author,
DIV.recentchanges,
@@ -48,6 +49,10 @@ DIV#footer {
font-size: 80%;
}
+DIV.pageheader SPAN.title {
+ display: none;
+}
+
DIV#topbar {
width: 98%;
margin: 0;