Make WordPress Core

Changeset 22896


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.

Location:
trunk/wp-content/themes/twentytwelve
Files:
2 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}
  • trunk/wp-content/themes/twentytwelve/style.css

    r22614 r22896  
    12241224    margin-bottom: 1.714285714rem;
    12251225}
    1226 .commentlist .children {
    1227     margin-left: 48px;
    1228     margin-left: 3.428571429rem;
    1229 }
    12301226
    12311227/* Comment form */
     
    15501546        float: none;
    15511547        width: auto;
     1548    }
     1549    .commentlist .children {
     1550        margin-left: 48px;
     1551        margin-left: 3.428571429rem;
    15521552    }
    15531553}
Note: See TracChangeset for help on using the changeset viewer.