Twenty Eleven: prevent stretching of full-size images reduced in size with CSS in IE8; Props rosshanney and nickbohle; Fixes #17650

git-svn-id: http://svn.automattic.com/wordpress/trunk@18165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandstewart 2011-06-06 14:26:12 +00:00
parent e84e708e8d
commit c97af65e26
1 changed files with 3 additions and 0 deletions

View File

@ -837,6 +837,9 @@ img.size-thumbnail {
height: auto;
max-width: 97.5%;
}
img.size-full {
width: auto; /* Prevent stretching of full-size images in IE8 */
}
img.wp-smiley {
margin-bottom: 0;
margin-top: 0;