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:
parent
8688df4306
commit
3cd956f9bb
|
@ -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 {
|
||||
|
|
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue