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