From 333e1e97a9b6283fc4c1dd08ef86d0aaf7ebe4f7 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 4 Feb 2013 18:49:32 +0100 Subject: Styling: Hide author in inlineheader. --- local.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/local.css b/local.css index 58f67406..9e5448aa 100644 --- a/local.css +++ b/local.css @@ -220,6 +220,10 @@ DIV.inlinefooter { display: none; } +div.inlineheader div.author { + display: none; +} + DIV#sidebar, DIV.sidebar { float: left; -- cgit v1.2.3