Make WordPress Core

Ticket #59989: 59989.2.patch

File 59989.2.patch, 653 bytes (added by viralsampat, 15 months ago)

I have checked the above-mentioned issue and its patch and found that we need to change the "table header" font size too. Here, I have added new patch.

  • 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..63da717621 100644
    table th, 
    287287table caption {
    288288        border-width: 0 1px 1px 0;
    289289        font-family: "Noto Serif", serif;
    290         font-size: 17px;
    291290        font-weight: 700;
    292291        padding: 7px;
    293292        text-align: left;
    table td, 
    298297.mce-item-table td {
    299298        border-width: 0 1px 1px 0;
    300299        font-family: "Noto Serif", serif;
    301         font-size: 17px;
    302300        padding: 7px;
    303301        vertical-align: baseline;
    304302}