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:
parent
8c1ace0e1f
commit
8027076b0e
|
@ -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