Make WordPress Core

Changeset 23959


Ignore:
Timestamp:
04/10/2013 10:44:29 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: display gallery captions correctly in IE7 and IE8. Props celloexpressions and kovshenin, fixes #23996.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/css/ie.css

    r23943 r23959  
    6161    margin: 0;
    6262}
     63
     64.gallery-item,
     65.gallery img {
     66    max-width: none;
     67}
     68
     69.gallery-caption {
     70    background: #000;
     71    filter: alpha(opacity=0);
     72}
     73
     74.gallery-item:hover .gallery-caption {
     75    filter: alpha(opacity=70);
     76}
     77
    6378.comment {
    6479    clear: both;
     
    116131    height: auto;
    117132    width: auto;
    118 }
    119 
    120 .ie8 .gallery img {
    121     max-width: none;
    122133}
    123134
Note: See TracChangeset for help on using the changeset viewer.