mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-17 16:15:24 +01:00
c615381288
git-svn-id: http://svn.automattic.com/wordpress/trunk@6996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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;
|
|
}
|