Twenty Ten: Improve Pullquote block line height for better readability.
Props melchoyce, sabernhardt, ugyensupport, Heiko_Mamerow, pooja1210. Fixes #52546. Built from https://develop.svn.wordpress.org/trunk@55978 git-svn-id: http://core.svn.wordpress.org/trunk@55490 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
017d2df5d0
commit
c176dfe21e
|
@ -124,8 +124,13 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|||
|
||||
/* Pullquote */
|
||||
|
||||
.wp-block-pullquote {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.wp-block-pullquote p {
|
||||
font-size: 1.5em;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.wp-block-pullquote__citation,
|
||||
|
|
|
@ -261,9 +261,14 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|||
|
||||
/* Pullquote */
|
||||
|
||||
.wp-block-pullquote {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.wp-block-pullquote blockquote > p.rich-text,
|
||||
.wp-block-pullquote blockquote > .editor-rich-text p {
|
||||
font-size: 1.5em;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.wp-block-pullquote .wp-block-pullquote__citation {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55977';
|
||||
$wp_version = '6.3-alpha-55978';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue