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:
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user