Make WordPress Core

Ticket #21441: 21424-rtl-comment-lists.diff

File 21424-rtl-comment-lists.diff, 548 bytes (added by iandstewart, 12 years ago)

Adds missing margin for lists in comments

  • wp-content/themes/twentytwelve/rtl.css

     
    7474        border-left: none;
    7575}
    7676
     77/* =Main Content
     78----------------------------------------------- */
    7779
     80.comment-content ol,
     81.comment-content ul {
     82        margin: 0 24px 0 0;
     83        margin: 0 1.714285714rem 0 0;
     84}
     85
     86
    7887/* =Basic post styling
    7988-------------------------------------------------------------- */
    8089