From 6ef60557e4c2ef62843e3d67bef4dbd8ce51779f Mon Sep 17 00:00:00 2001
From: Lance Willett <nanobar@gmail.com>
Date: Wed, 15 Aug 2012 05:08:07 +0000
Subject: [PATCH] Twenty Twelve: move IE8 styles to specific IE selector, props
 obenland. Closes #21440.

git-svn-id: http://core.svn.wordpress.org/trunk@21516 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
 wp-content/themes/twentytwelve/style.css | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css
index 8836c586c9..9384ca7690 100644
--- a/wp-content/themes/twentytwelve/style.css
+++ b/wp-content/themes/twentytwelve/style.css
@@ -286,7 +286,6 @@ img.size-large,
 img.header-image,
 img.wp-post-image {
 	max-width: 100%;
-	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
 	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
 }
 
@@ -1608,4 +1607,10 @@ img#wpstats {
 .ie .widget-area {
 	float: right;
 	width: 26.041666667%;
+}
+.ie img.size-full,
+.ie img.size-large,
+.ie img.header-image,
+.ie img.wp-post-image {
+	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
 }
\ No newline at end of file