Removing extra space between .sideblock .hidden

This commit is contained in:
defacer 2005-03-05 16:12:07 +00:00
parent 1997f36731
commit 486589c971

View File

@ -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;
}