Specify min width on pages that use TinyMCE. Props azaozz. fixes #5975

git-svn-id: https://develop.svn.wordpress.org/trunk@6996 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-24 02:04:11 +00:00
parent 02ab17364e
commit f9300a9715
3 changed files with 32 additions and 2 deletions

View File

@@ -7,4 +7,17 @@
#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;
}