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:
parent
09be520d72
commit
8d0570f72c
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue