Ticket #23745: 23745.diff
| File 23745.diff, 1.2 KB (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/css/ie.css
107 107 border: 0; 108 108 } 109 109 110 .ie8 img.size-full, 111 .ie8 img.size-large { 110 .ie8 img { 112 111 height: auto; 113 112 width: auto; 114 113 } -
wp-content/themes/twentythirteen/style.css
658 658 659 659 /* 660 660 * Responsive images 661 *662 * Fluid images for posts, comments, and widgets663 661 */ 664 .entry-content img, 665 .entry-summary img, 666 .comment-content img, 667 .widget img, 668 .wp-caption { 669 max-width: 100%; 670 } 671 672 /* Make sure images with WordPress-added height and width attributes are scaled correctly. */ 673 .entry-content img, 674 .entry-summary img, 675 .comment-content img[height], 676 img[class*="align"], 677 img[class*="wp-image-"], 678 img[class*="attachment-"] { 679 height: auto; 680 } 681 682 img.size-full, 683 img.size-large, 684 img.wp-post-image { 662 img { 685 663 height: auto; 686 664 max-width: 100%; 687 665 }