Skip to content

Commit

Permalink
Twenty Fourteen: Fixes pullquote block issues with font sizing.
Browse files Browse the repository at this point in the history
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.


git-svn-id: https://develop.svn.wordpress.org/trunk@57989 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
karmatosed committed Apr 12, 2024
1 parent bcf58a3 commit a584c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyfourteen/css/editor-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyfourteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a584c4e

Please sign in to comment.