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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17858 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith
2011-05-11 17:01:56 +00:00
parent 374cba6192
commit c1d58d7b75
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

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 {