mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-27 02:31:40 +01:00
Help/About: Correct header spacing on shorter screens after removing the musician name.
Remove some unnecessary CSS. Follow-up to [48730]. Props ryelle. Reviewed by whyisjake, SergeyBiryukov. Merges [48736] to the 5.5 branch. See #50416. Built from https://develop.svn.wordpress.org/branches/5.5@48737 git-svn-id: http://core.svn.wordpress.org/branches/5.5@48499 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
79e668950f
commit
8f16fd5be2
@ -464,6 +464,7 @@
|
||||
height: 20vh;
|
||||
max-height: 16em;
|
||||
padding: 32px;
|
||||
margin-bottom: 4em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -496,14 +497,6 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.about__header-text:last-of-type {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
margin-right: 0;
|
||||
margin-left: -16px;
|
||||
margin-bottom: 4em;
|
||||
}
|
||||
|
||||
.about__header-navigation {
|
||||
clear: both;
|
||||
padding-top: 0;
|
||||
|
2
wp-admin/css/about-rtl.min.css
vendored
2
wp-admin/css/about-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -463,6 +463,7 @@
|
||||
height: 20vh;
|
||||
max-height: 16em;
|
||||
padding: 32px;
|
||||
margin-bottom: 4em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -495,14 +496,6 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.about__header-text:last-of-type {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
margin-left: 0;
|
||||
margin-right: -16px;
|
||||
margin-bottom: 4em;
|
||||
}
|
||||
|
||||
.about__header-navigation {
|
||||
clear: both;
|
||||
padding-top: 0;
|
||||
|
2
wp-admin/css/about.min.css
vendored
2
wp-admin/css/about.min.css
vendored
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-RC1-48735';
|
||||
$wp_version = '5.5-RC1-48737';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user