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

git-svn-id: https://develop.svn.wordpress.org/trunk@26720 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-06 12:32:48 +00:00
parent ef3b7be8e8
commit c4d923ae42

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;
}