mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Abstract TinyMCE colors. Fixes #6154. Hat tip: azaozz.
git-svn-id: https://develop.svn.wordpress.org/trunk@7232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+2
-2
@@ -14,7 +14,7 @@
|
||||
}
|
||||
|
||||
* html #wpbody {
|
||||
_width: expression(document.documentElement.clientWidth > 962 ? "980px" : "99.9%");
|
||||
_width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%");
|
||||
}
|
||||
|
||||
* html #poststuff .postarea, * html #poststuff #titlediv {
|
||||
@@ -51,4 +51,4 @@
|
||||
|
||||
form#template div {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user