Twenty Fourteen: fix gap above static pages, props SergeyBiryukov. Fixes #26694.

git-svn-id: https://develop.svn.wordpress.org/trunk@27117 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2014-02-07 17:10:04 +00:00
parent ab112fecb8
commit dfb4b73fbe
2 changed files with 6 additions and 3 deletions

View File

@ -515,7 +515,8 @@ a.post-thumbnail:hover {
margin-right: auto;
}
.ie8 .full-width.singular .hentry.has-post-thumbnail {
.ie8 .full-width.singular .hentry.has-post-thumbnail,
.ie8 .full-width.home .hentry.has-post-thumbnail {
margin-top: -72px;
}

View File

@ -3218,7 +3218,8 @@ a.post-thumbnail:hover {
}
.full-width .site-content .has-post-thumbnail .entry-header,
.full-width.singular .site-content .hentry.has-post-thumbnail {
.full-width.singular .site-content .hentry.has-post-thumbnail,
.full-width.home .site-content .hentry.has-post-thumbnail {
margin-top: -48px;
}
@ -3544,7 +3545,8 @@ a.post-thumbnail:hover {
margin-left: 20px;
}
.full-width.singular .site-content .hentry.has-post-thumbnail {
.full-width.singular .site-content .hentry.has-post-thumbnail,
.full-width.home .site-content .hentry.has-post-thumbnail {
margin-top: -72px;
}