diff --git src/wp-content/themes/twentysixteen/css/editor-style.css src/wp-content/themes/twentysixteen/css/editor-style.css
index e1b3445e86..fbc4482233 100644
|
|
|
table th, |
| 313 | 313 | .mce-item-table th, |
| 314 | 314 | table caption { |
| 315 | 315 | border-width: 0 1px 1px 0; |
| 316 | | font-size: 16px; |
| | 316 | font-size: inherit; |
| 317 | 317 | font-weight: 700; |
| 318 | 318 | padding: 7px; |
| 319 | 319 | text-align: left; |
| … |
… |
table caption { |
| 323 | 323 | table td, |
| 324 | 324 | .mce-item-table td { |
| 325 | 325 | border-width: 0 1px 1px 0; |
| 326 | | font-size: 16px; |
| | 326 | font-size: inherit; |
| 327 | 327 | padding: 7px; |
| 328 | 328 | vertical-align: baseline; |
| 329 | 329 | } |