From e85049387a1c4c3c9c066564199f78085d602362 Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 25 May 2012 18:14:44 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyeleven/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index f0e3c707c..2dadf666c 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -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%; +} \ No newline at end of file