diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css
index 3b6257acf0..aeb5e6bd87 100644
|
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
| 208 | 208 | content: "\2014\00a0"; |
| 209 | 209 | } |
| 210 | 210 | |
| | 211 | .wp-block-pullquote[class*="-font-size"] blockquote, |
| | 212 | .wp-block-pullquote[class*="-font-size"] blockquote p, |
| | 213 | .wp-block-pullquote[style*="font-size"] blockquote, |
| | 214 | .wp-block-pullquote[style*="font-size"] blockquote p { |
| | 215 | font-size: inherit; |
| | 216 | } |
| | 217 | |
| | 218 | .wp-block-pullquote[style*="line-height"] blockquote{ |
| | 219 | line-height: inherit; |
| | 220 | } |
| | 221 | |
| | 222 | |
| 211 | 223 | /* Table */ |
| 212 | 224 | |
| 213 | 225 | .wp-block-table, |
diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css
index 6fd2ddb01e..00f71e065c 100644
|
a
|
b
|
Description: Used to style blocks in the editor. |
| 531 | 531 | content: "\2014\00a0"; |
| 532 | 532 | } |
| 533 | 533 | |
| | 534 | .wp-block-pullquote[class*="-font-size"] blockquote, |
| | 535 | .wp-block-pullquote[class*="-font-size"] blockquote p, |
| | 536 | .wp-block-pullquote[style*="font-size"] blockquote, |
| | 537 | .wp-block-pullquote[style*="font-size"] blockquote p { |
| | 538 | font-size: inherit; |
| | 539 | } |
| | 540 | |
| | 541 | .wp-block-pullquote[style*="line-height"] blockquote{ |
| | 542 | line-height: inherit; |
| | 543 | } |
| | 544 | |
| 534 | 545 | /* Table */ |
| 535 | 546 | |
| 536 | 547 | .editor-block-list__block table.wp-block-table th, |