diff --git src/wp-content/themes/twentyfifteen/css/editor-style.css src/wp-content/themes/twentyfifteen/css/editor-style.css
index 16d4e93592..63da717621 100644
|
|
table th, |
287 | 287 | table caption { |
288 | 288 | border-width: 0 1px 1px 0; |
289 | 289 | font-family: "Noto Serif", serif; |
290 | | font-size: 17px; |
291 | 290 | font-weight: 700; |
292 | 291 | padding: 7px; |
293 | 292 | text-align: left; |
… |
… |
table td, |
298 | 297 | .mce-item-table td { |
299 | 298 | border-width: 0 1px 1px 0; |
300 | 299 | font-family: "Noto Serif", serif; |
301 | | font-size: 17px; |
302 | 300 | padding: 7px; |
303 | 301 | vertical-align: baseline; |
304 | 302 | } |