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