Fix background on split buttons, remove redundant !important, remove spacers, a little css cleanup, see #18141

git-svn-id: https://develop.svn.wordpress.org/trunk@22025 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-09-27 00:41:49 +00:00
parent 04889ca5f0
commit 8b575394a5
4 changed files with 64 additions and 135 deletions
+2 -5
View File
@@ -719,12 +719,9 @@ h2 .nav-tab,
}
.pre {
/* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
/* https://developer.mozilla.org/en-US/docs/CSS/white-space */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
word-wrap: break-word; /* IE 5.5 - 7 */
}
.howto {