Twenty Fourteen: avoid Featured Content thumbnail overflow, props binarymoon. Fixes #26190.

git-svn-id: https://develop.svn.wordpress.org/trunk@26351 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-11-24 13:56:43 +00:00
parent 88cc05b8f8
commit 5c301baece
1 changed files with 1 additions and 0 deletions

View File

@ -2709,6 +2709,7 @@ a.post-thumbnail:hover {
display: block;
position: relative;
padding-top: 55.357142857%;
overflow: hidden;
}
.featured-content .post-thumbnail img {