Twenty Eleven: make sure all user-added images are fluid with auto height correction only on images that WordPress adds attributes to

git-svn-id: http://svn.automattic.com/wordpress/trunk@18184 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandstewart 2011-06-07 23:29:06 +00:00
parent 8027076b0e
commit c8f194a504
1 changed files with 5 additions and 1 deletions

View File

@ -833,9 +833,13 @@ dl.gallery-item {
}
/* Images */
.entry-content img,
.comment-content img,
.widget img {
max-width: 97.5%;
}
img[class*="wp-image-"] {
height: auto;
max-width: 97.5%;
}
img.size-full {
max-width: 97.5%;