Twenty Eleven: prevent stretching of full-size images reduced in size with CSS in IE8; Props rosshanney and nickbohle; Fixes #17650
git-svn-id: https://develop.svn.wordpress.org/trunk@18165 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1f1a527115
commit
d0181f27d8
@ -837,6 +837,9 @@ img.size-thumbnail {
|
|||||||
height: auto;
|
height: auto;
|
||||||
max-width: 97.5%;
|
max-width: 97.5%;
|
||||||
}
|
}
|
||||||
|
img.size-full {
|
||||||
|
width: auto; /* Prevent stretching of full-size images in IE8 */
|
||||||
|
}
|
||||||
img.wp-smiley {
|
img.wp-smiley {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user