summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-02-04 18:49:32 +0100
committerSiri Reiter <siri@jones.dk>2013-02-04 18:49:32 +0100
commit333e1e97a9b6283fc4c1dd08ef86d0aaf7ebe4f7 (patch)
tree74f81e54b1d41b6ebaf5348eb0b81a3162efcf4e
parent310a2bc0cf81eff63993c61b463b8a4cef5d159f (diff)
Styling: Hide author in inlineheader.
-rw-r--r--local.css4
1 files changed, 4 insertions, 0 deletions
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;