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:
parent
7f333ad540
commit
29673fa970
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user