Make WordPress Core


Ignore:
Timestamp:
11/28/2012 05:43:46 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Twelve: only use comment thread indentation when above the first breakpoint, to avoid super-narrow indented comments in small screens. Closes #21405.

File:
1 edited

Legend:

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

    r22575 r22896  
    123123    margin-left: auto;
    124124}
    125 .commentlist .children {
    126     margin-right: 48px;
    127     margin-right: 3.428571429rem;
    128     margin-left: auto;
    129 }
    130125
    131126/* Comment form */
     
    235230        border-left: none;
    236231    }
    237 }
     232    .commentlist .children {
     233        margin-right: 48px;
     234        margin-right: 3.428571429rem;
     235        margin-left: auto;
     236    }
     237}
Note: See TracChangeset for help on using the changeset viewer.