f9300a9715
git-svn-id: https://develop.svn.wordpress.org/trunk@6996 602fd350-edb4-49c9-b593-d223f7449a82
24 lines
411 B
CSS
24 lines
411 B
CSS
/* Fixes for IE bugs */
|
|
|
|
#poststuff .postbox h3 {
|
|
padding-left: 23px;
|
|
}
|
|
|
|
#submenu li a.current {
|
|
background:none;
|
|
border:none;
|
|
}
|
|
|
|
* html body.minwidth {
|
|
_width: expression(document.documentElement.clientWidth < 942 ? "940px" : "auto");
|
|
}
|
|
|
|
* html #poststuff #titlediv {
|
|
display: inline-block;
|
|
}
|
|
|
|
* html div.widget-liquid-left-holder, * html div.widget-liquid-right {
|
|
display: block;
|
|
position: relative;
|
|
}
|