Correct fix for bug 2912. That wasn't a typo, and thanks to my good friend IE

we now need an ugly workaround (which luckily exists...)
This commit is contained in:
defacer 2005-04-22 12:44:11 +00:00
parent 2c7ecbe535
commit a1dc259f25

View File

@ -344,7 +344,10 @@ body#admin-config .confighelp {
border:none;
border-top:1px solid;
}
.sideblock .hidden .content {
#left-column .hidden .content,
#right-column .hidden .content
{
display: none;
}