diff --git src/wp-content/themes/twentysixteen/css/editor-style.css src/wp-content/themes/twentysixteen/css/editor-style.css
index e1b3445e86..13fd26f5b7 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; |
317 | 316 | font-weight: 700; |
318 | 317 | padding: 7px; |
319 | 318 | text-align: left; |
… |
… |
table caption { |
323 | 322 | table td, |
324 | 323 | .mce-item-table td { |
325 | 324 | border-width: 0 1px 1px 0; |
326 | | font-size: 16px; |
327 | 325 | padding: 7px; |
328 | 326 | vertical-align: baseline; |
329 | 327 | } |