Help/About: Use consistent vertical whitespace between sections on Freedoms page.
Props chetan200891. Fixes #49619. Built from https://develop.svn.wordpress.org/trunk@47443 git-svn-id: http://core.svn.wordpress.org/trunk@47230 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
da43022d3f
commit
70def7fc4a
|
@ -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
|
@ -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
|
@ -86,6 +86,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
<div class="about__section">
|
||||
<div class="column">
|
||||
<p>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-47441';
|
||||
$wp_version = '5.5-alpha-47443';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue