mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
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:
parent
a04ba2a0b4
commit
e46fe0fa32
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user