Make WordPress Core

Changeset 29101


Ignore:
Timestamp:
07/11/2014 07:23:22 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: fix a display issue in screen sizes over 846 pixels where a post's featured image covers the post meta of the post above.

Props kraftbj and obenland, fixes #28649.

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

Legend:

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

    r29096 r29101  
    520520}
    521521
    522 .ie8 .full-width.singular .hentry.has-post-thumbnail,
    523 .ie8 .full-width.home .hentry.has-post-thumbnail {
     522.ie8 .full-width .hentry.has-post-thumbnail:first-child {
    524523    margin-top: -72px;
    525524}
    526525
    527526
    528 .ie8 .singular .hentry.has-post-thumbnail {
     527.ie8 .singular .site-content .hentry.has-post-thumbnail {
    529528    margin-top: 0;
    530529}
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r29096 r29101  
    33453345
    33463346    .full-width .site-content .has-post-thumbnail .entry-header,
    3347     .full-width.singular .site-content .hentry.has-post-thumbnail,
    3348     .full-width.home .site-content .hentry.has-post-thumbnail {
     3347    .full-width .site-content .hentry.has-post-thumbnail:first-child {
    33493348        margin-top: -48px;
    33503349    }
     
    36793678    }
    36803679
    3681     .full-width.singular .site-content .hentry.has-post-thumbnail,
    3682     .full-width.home .site-content .hentry.has-post-thumbnail {
     3680    .full-width .site-content .hentry.has-post-thumbnail:first-child {
    36833681        margin-top: -72px;
    36843682    }
Note: See TracChangeset for help on using the changeset viewer.