Twenty Eleven: Correct the display of featured images in the showcase template for IE8. props chellycat. fixes #20479.

git-svn-id: https://develop.svn.wordpress.org/trunk@20903 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-05-25 18:14:44 +00:00
parent 1a9975e388
commit 49552d6887

View File

@ -2681,3 +2681,10 @@ p.comment-form-comment {
#ie7 section.recent-posts {
margin-right: 7.6%;
}
/* =IE8
----------------------------------------------- */
#ie8 section.feature-image.large img {
width: 100%;
}