Twenty Eleven: restore max-width for full-size images

git-svn-id: https://develop.svn.wordpress.org/trunk@18183 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2011-06-07 22:36:16 +00:00
parent 7f333ad540
commit 29673fa970

View File

@ -838,6 +838,7 @@ img[class*="wp-image-"] {
max-width: 97.5%;
}
img.size-full {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size images in IE8 */
}
.entry-content img.wp-smiley {