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:
Matt Mullenweg
2008-03-11 07:31:19 +00:00
parent e4aebd5934
commit af2b94ca44
4 changed files with 381 additions and 82 deletions
+2 -2
View File
@@ -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%;
}
}