From 70f65b8fcdbf05ccede67ee2e7c36750572ff0f4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 12 Nov 2019 02:08:02 +0000 Subject: [PATCH] Bundled Themes: Update Twenty Twenty. * Add `.has-background` excluding condition to wide and full group-blocks. This brings Twenty Twenty in sync with GitHub. For a full list of changes since [46714], see https://github.com/WordPress/twentytwenty/compare/162edc0...fa8c3fc. Reviewed by azaozz, SergeyBiryukov. Props allancole, karmatosed. See #48110, #48386, #48450, #48505. Merges [46715] to the 5.3 branch. Fixes #48557. Built from https://develop.svn.wordpress.org/branches/5.3@46716 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46516 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/style-rtl.css | 8 ++++---- wp-content/themes/twentytwenty/style.css | 8 ++++---- wp-includes/version.php | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index f5e756a5ba..06062b0710 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -5139,8 +5139,8 @@ a.to-the-top > * { margin: 0.3rem 0 2rem 2rem; } - .entry-content > .alignwide:not(.wp-block-group), - .entry-content > .alignfull:not(.wp-block-group) { + .entry-content > .alignwide:not(.wp-block-group.has-background), + .entry-content > .alignfull:not(.wp-block-group.has-background) { margin-bottom: 6rem; margin-top: 6rem; } @@ -5699,8 +5699,8 @@ a.to-the-top > * { max-width: calc((100% - 58rem) / 2 - 4rem); } - .entry-content > .alignwide:not(.wp-block-group), - .entry-content > .alignfull:not(.wp-block-group) { + .entry-content > .alignwide:not(.wp-block-group.has-background), + .entry-content > .alignfull:not(.wp-block-group.has-background) { margin-bottom: 8rem; margin-top: 8rem; } diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 002dd422b9..2fdbb2fa25 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -5177,8 +5177,8 @@ a.to-the-top > * { margin: 0.3rem 0 2rem 2rem; } - .entry-content > .alignwide:not(.wp-block-group), - .entry-content > .alignfull:not(.wp-block-group) { + .entry-content > .alignwide:not(.wp-block-group.has-background), + .entry-content > .alignfull:not(.wp-block-group.has-background) { margin-bottom: 6rem; margin-top: 6rem; } @@ -5737,8 +5737,8 @@ a.to-the-top > * { max-width: calc((100% - 58rem) / 2 - 4rem); } - .entry-content > .alignwide:not(.wp-block-group), - .entry-content > .alignfull:not(.wp-block-group) { + .entry-content > .alignwide:not(.wp-block-group.has-background), + .entry-content > .alignfull:not(.wp-block-group.has-background) { margin-bottom: 8rem; margin-top: 8rem; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 7b0681b41f..a5868826c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-RC4-46714'; +$wp_version = '5.3-RC4-46716'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.