From d58ee785b729a4c6445d213d42de5b952e9424cc Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 4 Feb 2013 18:51:12 +0100 Subject: Styling: Fix hide author in inlineheader (span class). --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index 9e5448aa..8d2883f9 100644 --- a/local.css +++ b/local.css @@ -220,7 +220,7 @@ DIV.inlinefooter { display: none; } -div.inlineheader div.author { +div.inlineheader span.author { display: none; } -- cgit v1.2.3