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.
Built from https://develop.svn.wordpress.org/trunk@29101


git-svn-id: http://core.svn.wordpress.org/trunk@28887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2014-07-11 19:24:15 +00:00
parent e7e1169aa5
commit 5579f03783
2 changed files with 4 additions and 7 deletions

View File

@ -519,13 +519,12 @@ a.post-thumbnail:hover {
margin-right: auto;
}
.ie8 .full-width.singular .hentry.has-post-thumbnail,
.ie8 .full-width.home .hentry.has-post-thumbnail {
.ie8 .full-width .hentry.has-post-thumbnail:first-child {
margin-top: -72px;
}
.ie8 .singular .hentry.has-post-thumbnail {
.ie8 .singular .site-content .hentry.has-post-thumbnail {
margin-top: 0;
}

View File

@ -3344,8 +3344,7 @@ a.post-thumbnail:hover {
}
.full-width .site-content .has-post-thumbnail .entry-header,
.full-width.singular .site-content .hentry.has-post-thumbnail,
.full-width.home .site-content .hentry.has-post-thumbnail {
.full-width .site-content .hentry.has-post-thumbnail:first-child {
margin-top: -48px;
}
@ -3678,8 +3677,7 @@ a.post-thumbnail:hover {
margin-left: 20px;
}
.full-width.singular .site-content .hentry.has-post-thumbnail,
.full-width.home .site-content .hentry.has-post-thumbnail {
.full-width .site-content .hentry.has-post-thumbnail:first-child {
margin-top: -72px;
}