Remove cruft overflow:hidden from the admin bar items. props ocean90, fixes #15654.

git-svn-id: https://develop.svn.wordpress.org/trunk@17317 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-01-16 04:36:46 +00:00
parent bdb4930bbe
commit 4615ef1fa3
3 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,6 @@
color: #555;
text-shadow: none;
white-space: nowrap;
overflow: hidden;
min-width: 140px;
}
@@ -182,6 +181,7 @@
background: #fff;
color: #000;
}
#wpadminbar .quicklinks li#wp-admin-bar-my-account > a {
border-left: none;
}