Site Health: Use consistent padding around header tags.

Props vinita29, clorith.
Fixes #50638.
Built from https://develop.svn.wordpress.org/trunk@49229


git-svn-id: http://core.svn.wordpress.org/trunk@48991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-10-20 14:18:08 +00:00
parent 8e852e099f
commit b2622d5d8c
5 changed files with 3 additions and 5 deletions

View File

@ -15,7 +15,6 @@
} }
.health-check-body h2 { .health-check-body h2 {
padding: 1rem 0;
line-height: 1.4; line-height: 1.4;
} }

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,6 @@
} }
.health-check-body h2 { .health-check-body h2 {
padding: 1rem 0;
line-height: 1.4; line-height: 1.4;
} }

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.6-alpha-49228'; $wp_version = '5.6-alpha-49229';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.