Ticket #29984: 29984.patch
| File 29984.patch, 1.0 KB (added by , 11 years ago) |
|---|
-
src/wp-content/themes/twentyfifteen/css/editor-style.css
29 29 30 30 body { 31 31 color: #333; 32 font-family: "Noto Serif", s ans-serif;32 font-family: "Noto Serif", serif; 33 33 font-weight: 400; 34 34 line-height: 1.6842; 35 35 margin: 83px 0 83px 83px; … … 274 274 .mce-item-table th, 275 275 .mce-item-table caption { 276 276 border-width: 0 1px 1px 0; 277 font-family: "Noto Serif", s ans-serif;277 font-family: "Noto Serif", serif; 278 278 font-size: 19px; 279 279 font-weight: 700; 280 280 padding: 8px; … … 284 284 285 285 .mce-item-table td { 286 286 border-width: 0 1px 1px 0; 287 font-family: "Noto Serif", s ans-serif;287 font-family: "Noto Serif", serif; 288 288 font-size: 19px; 289 289 padding: 8px; 290 290 vertical-align: baseline; … … 488 488 489 489 .rtl .wp-caption.alignleft { 490 490 margin: 8px 32px 8px 0; 491 } 492 No newline at end of file 491 }