mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Twenty Fourteen: make sure styles for featured content on a static page are limited to posts within the main content area. Props iamtakashi, fixes #25938.
git-svn-id: https://develop.svn.wordpress.org/trunk@26150 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3200,7 +3200,7 @@ a.post-thumbnail:hover {
|
||||
margin-top: -48px;
|
||||
}
|
||||
|
||||
.full-width.singular .hentry.has-post-thumbnail {
|
||||
.full-width.singular .site-content .hentry.has-post-thumbnail {
|
||||
margin-top: -48px;
|
||||
}
|
||||
|
||||
@@ -3491,7 +3491,7 @@ a.post-thumbnail:hover {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.full-width.singular .hentry.has-post-thumbnail {
|
||||
.full-width.singular .site-content .hentry.has-post-thumbnail {
|
||||
margin-top: -72px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user