Make WordPress Core

Changeset 23497


Ignore:
Timestamp:
02/27/2013 04:17:33 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: adjust line-height to be consistently applied across elements, props chriswallace and obenland. Fixes #23514.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/style.css

    r23496 r23497  
    109109    hyphens:         auto;
    110110    color: #141412;
     111    line-height: 1.5;
    111112    margin: 0;
    112113}
     
    144145    color: #141412;
    145146    font-family: 'Bitter', Georgia, serif;
     147    line-height: 1.3;
    146148}
    147149
     
    178180address {
    179181    font-style: italic;
    180     line-height: 1.5;
    181182    margin: 0 0 24px;
    182183}
     
    201202
    202203p {
    203     line-height: 1.5;
    204204    margin: 0 0 24px;
    205205}
     
    10951095    clear: both;
    10961096    font-size: 14px;
    1097     line-height: 1.5;
    10981097}
    10991098
     
    24512450
    24522451.widget li {
    2453     line-height: 1.5;
    24542452    padding: 5px 0;
    24552453}
     
    31033101    }
    31043102
    3105     .comment-author .fn {
    3106         line-height: 1.6;
    3107     }
    3108 
    31093103    .comment-meta,
    31103104    .comment-content,
Note: See TracChangeset for help on using the changeset viewer.