mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@29101 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user