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

git-svn-id: https://develop.svn.wordpress.org/trunk@22280 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-10-23 14:30:03 +00:00
parent 5f716ddfca
commit 8bccce8189
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,