From 241523e9d3dd2c4d8eadf90bc4966e34fc0db18b 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. --- style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.scss b/style.scss index ee5423b..dff5d18 100644 --- a/style.scss +++ b/style.scss @@ -215,6 +215,10 @@ img { display: none; } +.inlineheader .author { + display: none; +} + .sidebar { float: left; min-height: 480px; -- cgit v1.2.3