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

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


git-svn-id: http://core.svn.wordpress.org/trunk@26984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2014-02-07 17:11:12 +00:00
parent 1f86e0c1e1
commit ab9e603c00
2 changed files with 6 additions and 3 deletions

View File

@ -515,7 +515,8 @@ a.post-thumbnail:hover {
margin-right: auto; 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; margin-top: -72px;
} }

View File

@ -3218,7 +3218,8 @@ a.post-thumbnail:hover {
} }
.full-width .site-content .has-post-thumbnail .entry-header, .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; margin-top: -48px;
} }
@ -3544,7 +3545,8 @@ a.post-thumbnail:hover {
margin-left: 20px; 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; margin-top: -72px;
} }