Make WordPress Core

Changeset 21562


Ignore:
Timestamp:
08/20/2012 09:44:38 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: minor style fixes for small navigation menu (line-height) -- see #21562; featured image on homepage timeplate (space below image in small layouts).

File:
1 edited

Legend:

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

    r21556 r21562  
    519519    font-size: 12px;
    520520    font-size: 0.857142857rem;
    521     line-height: 2;
     521    line-height: 1.42857143;
    522522    float: none;
    523523}
     
    11891189-------------------------------------------------------------- */
    11901190
     1191.entry-page-image {
     1192    margin-bottom: 14px;
     1193    margin-bottom: 1rem;
     1194}
    11911195.page-template-homepage-php .site-content article {
    11921196    border: 0;
     
    14321436    .entry-page-image {
    14331437        float: right;
     1438        margin-bottom: 0;
    14341439        width: 47.916666667%;
    14351440    }
Note: See TracChangeset for help on using the changeset viewer.