diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index 4f4c86e76d..2fc1a9bfbc 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -3393,11 +3393,13 @@ figure.wp-block-table.is-style-stripes { color: inherit; } +.wp-block-quote.has-text-align-center, .wp-block-quote[style="text-align:center"] { border-width: 0; padding: 0; } +.wp-block-quote.has-text-align-right, .wp-block-quote[style="text-align:right"] { border-width: 0 0.2rem 0 0; padding: 0 2rem 0 0; diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index babe5a090a..1a802509a4 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -3413,11 +3413,13 @@ figure.wp-block-table.is-style-stripes { color: inherit; } +.wp-block-quote.has-text-align-center, .wp-block-quote[style="text-align:center"] { border-width: 0; padding: 0; } +.wp-block-quote.has-text-align-right, .wp-block-quote[style="text-align:right"] { /*rtl:begin:ignore*/ diff --git a/wp-includes/version.php b/wp-includes/version.php index 54f2628ae5..9ed346a1c1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58789'; +$wp_version = '6.7-alpha-58796'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.