From 6b47f4d43697e2a99b22b624ef14f7df11ff33f1 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 26 Jun 2023 17:29:21 +0000 Subject: [PATCH] Twenty Twenty: Revert [56034] pending further investigation. This changeset reverts [56034] as the Test Default Themes & Create ZIPs workflow is failing. Follow-up to [56034], [56039]. See #58396. Built from https://develop.svn.wordpress.org/trunk@56040 git-svn-id: http://core.svn.wordpress.org/trunk@55552 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentytwenty/assets/css/editor-style-block-rtl.css | 7 +------ .../themes/twentytwenty/assets/css/editor-style-block.css | 7 +------ wp-content/themes/twentytwenty/style-rtl.css | 5 ----- wp-content/themes/twentytwenty/style.css | 5 ----- wp-includes/version.php | 2 +- 5 files changed, 3 insertions(+), 23 deletions(-) diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index fcc5246aff..4cc3333779 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -458,11 +458,6 @@ Inter variable font. Usage: padding-right: 0; } -.editor-styles-wrapper ul.wp-block-latest-posts { - margin-right: auto; - margin-left: auto; -} - .editor-styles-wrapper ul.wp-block-categories__list ul { margin: 0; } @@ -987,7 +982,7 @@ hr.wp-block-separator.is-style-dots::before { .editor-styles-wrapper .wp-block-latest-comments { font-family: inherit; - margin-right: auto; + margin-right: 0; } .editor-styles-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment { diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index bff6710680..c8d1610ae4 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -462,11 +462,6 @@ Inter variable font. Usage: padding-left: 0; } -.editor-styles-wrapper ul.wp-block-latest-posts { - margin-left: auto; - margin-right: auto; -} - .editor-styles-wrapper ul.wp-block-categories__list ul { margin: 0; } @@ -991,7 +986,7 @@ hr.wp-block-separator.is-style-dots::before { .editor-styles-wrapper .wp-block-latest-comments { font-family: inherit; - margin-left: auto; + margin-left: 0; } .editor-styles-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment { diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index 9b74923214..cb02433f6e 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -2925,11 +2925,6 @@ h2.entry-title { list-style: none; } -ol.wp-block-latest-comments { - margin-right: auto; - margin-left: auto; -} - .entry-content .wp-block-archives > li, .entry-content .wp-block-categories > li, .entry-content .wp-block-latest-posts > li, diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 8287d9263c..393da269b4 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -2945,11 +2945,6 @@ h2.entry-title { list-style: none; } -ol.wp-block-latest-comments { - margin-left: auto; - margin-right: auto; -} - .entry-content .wp-block-archives > li, .entry-content .wp-block-categories > li, .entry-content .wp-block-latest-posts > li, diff --git a/wp-includes/version.php b/wp-includes/version.php index 4ffca04fd2..db41948958 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-56039'; +$wp_version = '6.3-alpha-56040'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.