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.

Built from https://develop.svn.wordpress.org/trunk@26150


git-svn-id: http://core.svn.wordpress.org/trunk@26061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-11-14 04:20:11 +00:00
parent a71cd00cdb
commit da044fd00f
1 changed files with 2 additions and 2 deletions

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