Make WordPress Core

Ticket #36563: 36563.patch

File 36563.patch, 582 bytes (added by juanfra, 10 years ago)

Re-assign margin for lists within comments.

  • rtl.css

     
    545545                right: 6px;
    546546                left: auto;
    547547        }
     548
     549        .comment-content ul,
     550        .comment-content ol {
     551                margin-right: 1.3333em;
     552        }
    548553}
    549554
    550555
  • style.css

     
    34573457        .comment-content ul,
    34583458        .comment-content ol {
    34593459                margin-bottom: 1.6471em;
     3460                margin-left: 1.3333em;
    34603461        }
    34613462
    34623463        .comment-list .reply a {