summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-10-14 11:40:35 +0200
committerSiri Reiter <siri@jones.dk>2010-10-14 11:40:35 +0200
commit84ce527023cbcf2aa9f3e9af4257f16544012f2f (patch)
treeb466f85a1a2a69e82ec857a3f0d1057e476a3a17
parent70f2697f62946a7deaede94125b4efd3ef83891e (diff)
Display inline footer (to show the date) but hide tags.
-rw-r--r--local.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/local.css b/local.css
index fa989af..c9149ec 100644
--- a/local.css
+++ b/local.css
@@ -109,12 +109,12 @@ DIV.inlinepage {
clear: both;
}
-DIV.inlineposttext {
- clear: both;
+DIV.inlinepage DIV.tags {
+ display: none;
}
-DIV.inlinefooter {
- display: none;
+DIV.inlineposttext {
+ clear: both;
}
DIV.tags {