Make WordPress Core

Changeset 18184


Ignore:
Timestamp:
06/07/2011 11:29:06 PM (15 years ago)
Author:
iandstewart
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/style.css

    r18183 r18184  
    834834
    835835/* Images */
     836.entry-content img,
     837.comment-content img,
     838.widget img {
     839    max-width: 97.5%;
     840}
    836841img[class*="wp-image-"] {
    837842    height: auto;
    838     max-width: 97.5%;
    839843}
    840844img.size-full {
Note: See TracChangeset for help on using the changeset viewer.