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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2011-01-16 04:36:46 +00:00
parent 42f57d4798
commit f020f81261
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

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;
}