From a24f5ccd1fee815571a67d2b665cc7a4a7a3f1fa Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 8 Jan 2020 16:50:04 +0000 Subject: [PATCH] Bundled Themes: Remove duplicate `font-size` property in Twenty Twenty. Props ankitmaru. Fixes #49015. Built from https://develop.svn.wordpress.org/trunk@47053 git-svn-id: http://core.svn.wordpress.org/trunk@46853 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/style-rtl.css | 1 - wp-content/themes/twentytwenty/style.css | 1 - wp-includes/version.php | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index 6114563e30..f0affb2558 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -199,7 +199,6 @@ path { clip-path: none; color: #21759b; display: block; - font-size: 14px; font-size: 0.875rem; font-weight: 700; height: auto; diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 4e887a35cd..a78afe44e9 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -199,7 +199,6 @@ path { clip-path: none; color: #21759b; display: block; - font-size: 14px; font-size: 0.875rem; font-weight: 700; height: auto; diff --git a/wp-includes/version.php b/wp-includes/version.php index aaf75ceaf8..b941b4fc51 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47052'; +$wp_version = '5.4-alpha-47053'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.