Fix off-by-one pixel error in folded admin menus. see #18382.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19277 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2011-11-14 20:10:14 +00:00
parent 491bb91dd1
commit 699b72940f
3 changed files with 3 additions and 3 deletions

View File

@@ -1588,7 +1588,7 @@ form.upgrade .hint {
.folded #adminmenu .wp-submenu,
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
top: -5px;
top: -6px;
left: 26px;
}