Make WordPress Core

Ticket #60197: 60197.patch

File 60197.patch, 459 bytes (added by viralsampat, 15 months ago)

I have checked above mentioned issue and resolved it. Here, I have added my 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..4fafc40d4c 100644
    body.rtl { 
    485485.rtl table caption {
    486486        text-align: right;
    487487}
     488
     489ol.has-background, ul.has-background{
     490        padding: 1.25em 2.375em;
     491}
     492 No newline at end of file