Slight adjustment to centered headlines in About page. See #26387.

Built from https://develop.svn.wordpress.org/trunk@26720


git-svn-id: http://core.svn.wordpress.org/trunk@26609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-06 12:33:11 +00:00
parent b42583aedb
commit 6acf620961
4 changed files with 8 additions and 6 deletions

View File

@ -7833,9 +7833,10 @@ body.press-this {
}
.about-wrap .changelog h2.about-headline-callout {
margin: 1.4em 0 0;
margin: 1em 0 0;
font-size: 2.2em;
font-weight: 300;
line-height: 1.3;
font-weight: 600;
text-align: center;
}

File diff suppressed because one or more lines are too long

View File

@ -7833,9 +7833,10 @@ body.press-this {
}
.about-wrap .changelog h2.about-headline-callout {
margin: 1.4em 0 0;
margin: 1em 0 0;
font-size: 2.2em;
font-weight: 300;
line-height: 1.3;
font-weight: 600;
text-align: center;
}

File diff suppressed because one or more lines are too long