mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 13:24:56 +01:00
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:
parent
2c7ecbe535
commit
a1dc259f25
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user