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
This commit is contained in:
Tammie Lister 2024-04-12 19:55:12 +00:00
parent 09be520d72
commit 8d0570f72c
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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.