Help/About: Use consistent vertical whitespace between sections on Freedoms page.

Props chetan200891.
Reviewed by whyisjake, SergeyBiryukov.
Merges [47443] to the 5.4 branch.
Fixes #49619.
Built from https://develop.svn.wordpress.org/branches/5.4@47464


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-03-17 19:17:09 +00:00
parent fb05ac9233
commit 69bcd513c9
6 changed files with 5 additions and 11 deletions

View File

@ -1090,10 +1090,6 @@
margin: 0.6em 0;
}
.freedoms-php .has-4-columns {
margin-bottom: 40px;
}
.freedoms-php .column .freedoms-image {
background-image: url('https://s.w.org/wp-content/themes/pub/wporg-main/images/freedoms-2x.png');
background-size: 100%;

File diff suppressed because one or more lines are too long

View File

@ -1089,10 +1089,6 @@
margin: 0.6em 0;
}
.freedoms-php .has-4-columns {
margin-bottom: 40px;
}
.freedoms-php .column .freedoms-image {
background-image: url('https://s.w.org/wp-content/themes/pub/wporg-main/images/freedoms-2x.png');
background-size: 100%;

File diff suppressed because one or more lines are too long

View File

@ -86,6 +86,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
</div>
</div>
<hr />
<div class="about__section">
<div class="column">
<p>

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-RC2-47463';
$wp_version = '5.4-RC2-47464';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.