From 8d0570f72cbe0962254b1baee48c2c9db9e907e2 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Fri, 12 Apr 2024 19:55:12 +0000 Subject: [PATCH] Twenty Fourteen: Fixes pullquote block issues with font sizing. The pullquote block was not showing increase in sizes within the editor. This solves that and allows you to see the change both in the editor and front. Props nidhidhandhukiya, huzaifaalmesbah. Fixes #59800. Built from https://develop.svn.wordpress.org/trunk@57989 git-svn-id: http://core.svn.wordpress.org/trunk@57475 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/css/editor-style.css | 2 +- wp-content/themes/twentyfourteen/style.css | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentyfourteen/css/editor-style.css b/wp-content/themes/twentyfourteen/css/editor-style.css index 4f91b4200b..0694248612 100644 --- a/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/wp-content/themes/twentyfourteen/css/editor-style.css @@ -175,7 +175,7 @@ q:after { blockquote { color: #767676; - font-size: 19px; + font-size: inherit; font-style: italic; font-weight: 300; line-height: 1.2631578947; diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index 8c6f821552..b4ec5b95a0 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -256,7 +256,7 @@ q:after { blockquote { color: #767676; - font-size: 19px; + font-size: inherit; font-style: italic; font-weight: 300; line-height: 1.2631578947; diff --git a/wp-includes/version.php b/wp-includes/version.php index b11c4bba72..24aa8e9659 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57988'; +$wp_version = '6.6-alpha-57989'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.