From 07d5eda632fbba45ba98f67c4e377fee6d79a02e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Mar 2019 15:25:50 +0000 Subject: [PATCH] Twenty Seventeen: Make `` styling in table block consistent between back end and front end. Props ianbelanger. Fixes #46568. Built from https://develop.svn.wordpress.org/trunk@45051 git-svn-id: http://core.svn.wordpress.org/trunk@44860 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/assets/css/editor-blocks.css | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index 60170e8e0a..6b6bd47220 100644 --- a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css @@ -674,6 +674,7 @@ table.wp-block-table tr { border-bottom: 1px solid #eee; } +table.wp-block-table th, table.wp-block-table td { border: 0; padding: 0.4em; diff --git a/wp-includes/version.php b/wp-includes/version.php index 2692c78cea..2db2268c2a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45050'; +$wp_version = '5.2-beta1-45051'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.