Make WordPress Core

Ticket #29981: 29981.3.diff

File 29981.3.diff, 648 bytes (added by iamtakashi, 10 years ago)

Updated patch

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

     
    378378li > ul,
    379379li > ol {
    380380        margin-bottom: 0;
    381         margin-left: 1.3333em;
    382381}
    383382
    384383dl {
     
    25032502                margin-left: 0;
    25042503        }
    25052504
     2505        li > ul,
     2506        li > ol {
     2507                margin-left: 1.3333em;
     2508        }
     2509
    25062510        blockquote {
    25072511                margin-left: -1em;
    25082512        }
     
    26652669        .comment-content ol {
    26662670                margin-left: 0;
    26672671        }
     2672
     2673        .comment-content li > ul,
     2674        .comment-content li > ol {
     2675                margin-left: 1.3333em;
     2676        }
    26682677}
    26692678
    26702679