mirror of
git://develop.git.wordpress.org/
synced 2025-02-22 15:42:29 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@57989 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bcf58a34ef
commit
a584c4ea0d
@ -175,7 +175,7 @@ q:after {
|
|||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 19px;
|
font-size: inherit;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.2631578947;
|
line-height: 1.2631578947;
|
||||||
|
@ -256,7 +256,7 @@ q:after {
|
|||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
color: #767676;
|
color: #767676;
|
||||||
font-size: 19px;
|
font-size: inherit;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.2631578947;
|
line-height: 1.2631578947;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user