Revert [17835] temporarily, as it accidentally reverted something else.

git-svn-id: https://develop.svn.wordpress.org/trunk@17836 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2011-05-07 18:19:07 +00:00
parent 521299f24e
commit 51cac2679c
5 changed files with 17 additions and 42 deletions
-10
View File
@@ -167,16 +167,6 @@ td.available-theme {
.folded #adminmenu a.separator {
cursor: w-resize;
}
.folded #adminmenu .wp-submenu-wrap {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-khtml-border-bottom-left-radius: 3px;
-khtml-border-top-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topleft: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
#adminmenu .wp-submenu .wp-submenu-head {
padding: 6px 10px 6px 4px;
}