mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-08 17:38:26 +01:00
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:
parent
8027076b0e
commit
c8f194a504
@ -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