From 486589c9715483dc55cbd2bbf2ad08f98dd70316 Mon Sep 17 00:00:00 2001 From: defacer Date: Sat, 5 Mar 2005 16:12:07 +0000 Subject: [PATCH] Removing extra space between .sideblock .hidden --- theme/standard/styles_layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 0302b4c1191..792a1b12105 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -847,11 +847,11 @@ table.calendar-controls .next background: url('../../pix/t/switch_minus.gif') no-repeat bottom; } -.sideblock .hidden .heading .hide-show img.hide-show-image { +.sideblock.hidden .heading .hide-show img.hide-show-image { background: url('../../pix/t/switch_plus.gif') no-repeat bottom; } -.sideblock .hidden .content { +.sideblock.hidden .content { display: none; }