Make WordPress Core

Ticket #61222: 61222-twentyfifteen.patch

File 61222-twentyfifteen.patch, 697 bytes (added by viralsampat, 13 months ago)

I have checked above mentioned issue and I have resolved it and added patch for both the themes.

  • src/wp-content/themes/twentyfifteen/css/editor-style.css

    diff --git src/wp-content/themes/twentyfifteen/css/editor-style.css src/wp-content/themes/twentyfifteen/css/editor-style.css
    index 16d4e93592..54023f3f62 100644
    table th, 
    287287table caption {
    288288        border-width: 0 1px 1px 0;
    289289        font-family: "Noto Serif", serif;
    290         font-size: 17px;
     290        font-size: inherit;
    291291        font-weight: 700;
    292292        padding: 7px;
    293293        text-align: left;
    table td, 
    298298.mce-item-table td {
    299299        border-width: 0 1px 1px 0;
    300300        font-family: "Noto Serif", serif;
    301         font-size: 17px;
     301        font-size: inherit;
    302302        padding: 7px;
    303303        vertical-align: baseline;
    304304}