More work for pullquotes and blockquotes.

This commit is contained in:
Caroline Moore 2018-11-05 16:31:30 -05:00
parent ca1d49996f
commit 7719616cea
2 changed files with 7 additions and 7 deletions

View file

@ -250,11 +250,17 @@ figure.alignfull,
border-top: 2px solid currentColor;
border-bottom: 2px solid currentColor;
font-style: italic;
font-size: 24px;
margin: 0 0 1.5em;
padding: .75em 0;
color: #767676;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 24px;
}
.wp-block-pullquote.alignleft {
margin-right: 1.5em;
}
@ -275,13 +281,6 @@ figure.alignfull,
margin: 0;
}
.wp-block-pullquote cite {
font-size: 80%;
}
.wp-block-pullquote cite:before {
}
/* Table */
.wp-block-table,

View file

@ -622,6 +622,7 @@
.wp-block-pullquote blockquote > .editor-rich-text p {
color: inherit;
font-size: 24px;
margin: 0;
}