diff options
author | Siri Reiter <siri@jones.dk> | 2010-10-14 11:40:35 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-10-14 11:40:35 +0200 |
commit | 84ce527023cbcf2aa9f3e9af4257f16544012f2f (patch) | |
tree | b466f85a1a2a69e82ec857a3f0d1057e476a3a17 | |
parent | 70f2697f62946a7deaede94125b4efd3ef83891e (diff) |
Display inline footer (to show the date) but hide tags.
-rw-r--r-- | local.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 { |