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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user