From e5208c5ef2438f604b6acb2685d575053d2dbc7e Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 6 Apr 2009 13:45:34 +0200 Subject: No title display. --- local.css | 5 +++++ 1 file changed, 5 insertions(+) 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; -- cgit v1.2.3