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:
parent
a71cd00cdb
commit
da044fd00f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue