Lighten the big menu separators and make them 1px taller. see #17324

git-svn-id: https://develop.svn.wordpress.org/trunk@17850 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2011-05-10 19:58:04 +00:00
parent 57d714aedc
commit a2b439c02f
5 changed files with 7 additions and 7 deletions

View File

@@ -1280,7 +1280,7 @@ body.no-js #adminmenu li.wp-has-current-submenu .wp-submenu {
}
#adminmenu li.wp-menu-separator {
height: 2px;
height: 3px;
padding: 0;
margin: 0;
border-width: 1px 0;