Make WordPress Core

Changeset 27117


Ignore:
Timestamp:
02/07/2014 05:10:04 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: fix gap above static pages, props SergeyBiryukov. Fixes #26694.

Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/css/ie.css

    r26810 r27117  
    516516}
    517517
    518 .ie8 .full-width.singular .hentry.has-post-thumbnail {
     518.ie8 .full-width.singular .hentry.has-post-thumbnail,
     519.ie8 .full-width.home .hentry.has-post-thumbnail {
    519520    margin-top: -72px;
    520521}
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r26852 r27117  
    32193219
    32203220    .full-width .site-content .has-post-thumbnail .entry-header,
    3221     .full-width.singular .site-content .hentry.has-post-thumbnail {
     3221    .full-width.singular .site-content .hentry.has-post-thumbnail,
     3222    .full-width.home .site-content .hentry.has-post-thumbnail {
    32223223        margin-top: -48px;
    32233224    }
     
    35453546    }
    35463547
    3547     .full-width.singular .site-content .hentry.has-post-thumbnail {
     3548    .full-width.singular .site-content .hentry.has-post-thumbnail,
     3549    .full-width.home .site-content .hentry.has-post-thumbnail {
    35483550        margin-top: -72px;
    35493551    }
Note: See TracChangeset for help on using the changeset viewer.