Ticket #18024: 18024.diff
| File 18024.diff, 839 bytes (added by , 13 years ago) |
|---|
-
wp-content/themes/twentyeleven/style.css
2702 2702 padding-right: -7.6%; 2703 2703 max-width: 1000px; 2704 2704 } 2705 #ie7 section.featured-post { 2706 margin-left: -7.6%; 2707 margin-right: -7.6%; 2708 max-width: 850px; 2705 #ie7 .featured-posts { 2706 margin: 0 -7.6%; 2707 } 2708 #ie7 .featured-post { 2709 margin-left: 0; 2710 margin-right: 0; 2711 max-width: 100%; 2709 2712 } 2710 2713 #ie7 section.recent-posts { 2711 2714 margin-right: 7.6%; … … 2715 2718 ----------------------------------------------- */ 2716 2719 2717 2720 #ie8 section.feature-image.large img { 2718 width: 100%; 2721 width: auto; 2722 } 2723 #ie8 section.featured-post .attachment-small-feature { 2724 max-width: none; 2719 2725 } 2726 No newline at end of file