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:
Lance Willett
2013-11-14 04:19:21 +00:00
parent 6d70a797be
commit ad44560149

View File

@@ -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;
}