Make WordPress Core

Ticket #61222: 61222-twentysixteen.patch

File 61222-twentysixteen.patch, 663 bytes (added by viralsampat, 13 months ago)
  • src/wp-content/themes/twentysixteen/css/editor-style.css

    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, 
    313313.mce-item-table th,
    314314table caption {
    315315        border-width: 0 1px 1px 0;
    316         font-size: 16px;
     316        font-size: inherit;
    317317        font-weight: 700;
    318318        padding: 7px;
    319319        text-align: left;
    table caption { 
    323323table td,
    324324.mce-item-table td {
    325325        border-width: 0 1px 1px 0;
    326         font-size: 16px;
     326        font-size: inherit;
    327327        padding: 7px;
    328328        vertical-align: baseline;
    329329}