New icons: make the .icon32 container larger to prevent clipping, see #23333

git-svn-id: https://develop.svn.wordpress.org/trunk@23370 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2013-02-02 01:01:35 +00:00
parent 11b614f32d
commit 85fa686346
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -792,9 +792,9 @@ h2 .nav-tab,
.icon32 {
float: left;
height: 36px;
margin: 5px 8px 0 0;
width: 36px;
height: 40px;
margin: 4px 6px 0 0;
width: 40px;
}
.icon16 {