Reset box-sizing to toolbar CSS to avoid conflicts with themes. props betzster, fixes #21863.

git-svn-id: http://core.svn.wordpress.org/trunk@22280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-10-23 14:30:03 +00:00
parent a9de20d2dc
commit 62156e8ad3
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
font: normal 13px/28px sans-serif;
color: #ccc;
text-shadow: #444 0px -1px 0px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#wpadminbar ul li:before,