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

git-svn-id: http://core.svn.wordpress.org/trunk@20903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-05-25 18:14:44 +00:00
parent 8b3f9ff9b2
commit e85049387a
1 changed files with 7 additions and 0 deletions

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%;
}