mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user