From 84ce527023cbcf2aa9f3e9af4257f16544012f2f Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 14 Oct 2010 11:40:35 +0200 Subject: Display inline footer (to show the date) but hide tags. --- local.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'local.css') 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 { -- cgit v1.2.3