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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandstewart 2011-06-07 22:36:16 +00:00
parent 8c1ace0e1f
commit 8027076b0e
1 changed files with 1 additions and 0 deletions

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 {