Make WordPress Core

Changeset 21430


Ignore:
Timestamp:
08/05/2012 09:10:21 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve RTL: adds missing margin for lists in comments, props iandstewart. See #21441.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/rtl.css

    r21426 r21430  
    7373    border-right: 0;
    7474    border-left: none;
     75}
     76
     77/* =Main Content
     78----------------------------------------------- */
     79
     80.comment-content ol,
     81.comment-content ul {
     82    margin: 0 24px 0 0;
     83    margin: 0 1.714285714rem 0 0;
    7584}
    7685
Note: See TracChangeset for help on using the changeset viewer.