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: https://develop.svn.wordpress.org/trunk@18184 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2011-06-07 23:29:06 +00:00
parent 29673fa970
commit c7fa3ddaba
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%;