Add the CSS changes missed in [35126].

Props afercia.
See #34263.
Built from https://develop.svn.wordpress.org/trunk@35127


git-svn-id: http://core.svn.wordpress.org/trunk@35092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-10-13 06:51:24 +00:00
parent 8688df4306
commit 3cd956f9bb
5 changed files with 9 additions and 7 deletions

View File

@ -292,9 +292,10 @@
/* Credits */
.about-wrap h4.wp-people-group {
margin-top: 2.6em;
.about-wrap h3.wp-people-group {
margin: 2.6em 0 1.33em;
font-size: 16px;
line-height: inherit;
}
.about-wrap ul.wp-people-group {

View File

@ -292,9 +292,10 @@
/* Credits */
.about-wrap h4.wp-people-group {
margin-top: 2.6em;
.about-wrap h3.wp-people-group {
margin: 2.6em 0 1.33em;
font-size: 16px;
line-height: inherit;
}
.about-wrap ul.wp-people-group {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35126';
$wp_version = '4.4-alpha-35127';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.