Small IE fix. props ocean90. Also, remove outdated style. see #13615.
git-svn-id: https://develop.svn.wordpress.org/trunk@15066 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
075859cb0c
commit
61d65eab3c
File diff suppressed because one or more lines are too long
|
@ -34,7 +34,7 @@ body {
|
||||||
padding:0 10px;
|
padding:0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metabox-holder-disabled {
|
.metabox-holder-disabled .postbox {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
filter: alpha(opacity=50);
|
filter: alpha(opacity=50);
|
||||||
}
|
}
|
||||||
|
@ -100,10 +100,6 @@ body {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-body-plain {
|
|
||||||
padding: 10px 10px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu-management .menu-add-new abbr {
|
#menu-management .menu-add-new abbr {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue