Ticket #22366: 22366.diff
| File 22366.diff, 779 bytes (added by obenland, 7 months ago) |
|---|
-
wp-content/themes/twentyeleven/style.css
856 856 .entry-content img, 857 857 .comment-content img, 858 858 .widget img { 859 max-width: 97.5%; /* Fluid images for posts, comments, and widgets */859 max-width: 100%; /* Fluid images for posts, comments, and widgets */ 860 860 } 861 861 img[class*="align"], 862 862 img[class*="wp-image-"], … … 942 942 #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */ 943 943 border: 1px solid #ddd; 944 944 padding: 6px; 945 max-width: 97.5%; 945 946 } 946 947 .wp-caption img { 947 948 border-color: #eee;
