Twenty Nineteen: Add missing compiled CSS declarations after [54413].

Follow-up to [54413].

Props sabernhardt, whaze.
Fixes #55981.

Built from https://develop.svn.wordpress.org/trunk@54466


git-svn-id: http://core.svn.wordpress.org/trunk@54025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-10-10 23:15:12 +00:00
parent a04ba2a0b4
commit e46fe0fa32
3 changed files with 3 additions and 3 deletions

View File

@ -5668,13 +5668,13 @@ body.page .main-navigation {
}
.entry .entry-content .wp-block-pullquote {
color: #111;
border-color: transparent;
border-width: 2px;
padding: 1rem;
}
.entry .entry-content .wp-block-pullquote blockquote {
color: #111;
border: none;
margin-top: calc(4 * 1rem);
margin-bottom: calc(4.33 * 1rem);

View File

@ -5680,13 +5680,13 @@ body.page .main-navigation {
}
.entry .entry-content .wp-block-pullquote {
color: #111;
border-color: transparent;
border-width: 2px;
padding: 1rem;
}
.entry .entry-content .wp-block-pullquote blockquote {
color: #111;
border: none;
margin-top: calc(4 * 1rem);
margin-bottom: calc(4.33 * 1rem);

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-beta3-54465';
$wp_version = '6.1-beta3-54466';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.