From fe6a2cc7d94e2754be623a8d578e0b641a18af7d Mon Sep 17 00:00:00 2001 From: audrasjb Date: Wed, 21 Jun 2023 22:55:26 +0000 Subject: [PATCH] Twenty Thirteen: Remove an unnecessary border from Table block. This changeset removes an unwanted border showing up at the bottom of the Table block. Props nidhidhandhukiya, sabernhardt, maxcgparis, pooja1210, audrasjb. Fixes #56538. Built from https://develop.svn.wordpress.org/trunk@55973 git-svn-id: http://core.svn.wordpress.org/trunk@55485 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/css/blocks.css | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/css/blocks.css b/wp-content/themes/twentythirteen/css/blocks.css index 893ffeb4df..092b335d00 100644 --- a/wp-content/themes/twentythirteen/css/blocks.css +++ b/wp-content/themes/twentythirteen/css/blocks.css @@ -271,7 +271,6 @@ body:not(.sidebar) .wp-block-cover > .wp-block-cover__inner-container > * { /* Table */ .wp-block-table { - border-bottom: 1px solid #ededed; border-collapse: collapse; border-spacing: 0; font-size: 14px; diff --git a/wp-includes/version.php b/wp-includes/version.php index 2beaaaea1c..ceb5be4d6f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55972'; +$wp_version = '6.3-alpha-55973'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.