mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-29 15:44:27 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user