Make WordPress Core

Changeset 23647


Ignore:
Timestamp:
03/08/2013 04:08:50 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Eleven: fix showcase template display in IE7 and IE8, props obenland. Fixes #18024.

File:
1 edited

Legend:

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

    r23125 r23647  
    27032703    max-width: 1000px;
    27042704}
    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%;
    27092712}
    27102713#ie7 section.recent-posts {
     
    27162719
    27172720#ie8 section.feature-image.large img {
    2718     width: 100%;
    2719 }
     2721    width: auto;
     2722}
     2723#ie8 section.featured-post .attachment-small-feature {
     2724    max-width: none;
     2725}
Note: See TracChangeset for help on using the changeset viewer.