diff --git a/src/wp-content/themes/twentythirteen/css/blocks.css b/src/wp-content/themes/twentythirteen/css/blocks.css
index 5eb588a4a6..d86c1b24ff 100644
|
a
|
b
|
body:not(.sidebar) .wp-block-cover > .wp-block-cover__inner-container > * { |
| 290 | 290 | border-top: 1px solid #ededed; |
| 291 | 291 | } |
| 292 | 292 | |
| | 293 | .wp-block-table[style*="font-size"] *, |
| | 294 | .wp-block-table[class*="-font-size"] * { |
| | 295 | font-size: inherit; |
| | 296 | } |
| | 297 | |
| 293 | 298 | body:not(.sidebar) .wp-block-table.alignwide, |
| 294 | 299 | body:not(.sidebar) .wp-block-table.alignfull { |
| 295 | 300 | width: 100%; |
diff --git a/src/wp-content/themes/twentythirteen/css/editor-blocks.css b/src/wp-content/themes/twentythirteen/css/editor-blocks.css
index 8daa0b0915..6139063036 100644
|
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
| 331 | 331 | padding: 0; |
| 332 | 332 | } |
| 333 | 333 | |
| | 334 | .editor-styles-wrapper .wp-block-table[style*="font-size"] *, |
| | 335 | .editor-styles-wrapper .wp-block-table[class*="-font-size"] * { |
| | 336 | font-size: inherit; |
| | 337 | } |
| | 338 | |
| 334 | 339 | /*-------------------------------------------------------------- |
| 335 | 340 | 6.0 Blocks - Layout Elements |
| 336 | 341 | --------------------------------------------------------------*/ |