change the padding on .wrap h2 by one pixel to make it align with the icon better. see #17324

git-svn-id: https://develop.svn.wordpress.org/trunk@17858 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2011-05-11 17:01:56 +00:00
parent 29ffaab1b2
commit a65380f28b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -526,7 +526,7 @@ div.error p {
}
.wrap h2 {
font-size: 20px;
padding: 8px 15px 3px 0;
padding: 7px 15px 3px 0;
line-height: 28px;
}
.subtitle {