Remove dead padding/margin CSS from the admin bar. These previously were used for the now-removed arrows. see #18197.

git-svn-id: https://develop.svn.wordpress.org/trunk@19196 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-11-07 00:30:49 +00:00
parent 5c397b2773
commit d622b01600
5 changed files with 3 additions and 12 deletions

View File

@@ -206,8 +206,6 @@
}
#wpadminbar .ab-top-menu > .menupop > a span {
padding-right: 10px;
margin-right: -10px;
white-space: nowrap;
}