diff options
-rw-r--r-- | local.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |