Ticket #23996: 23996.3.diff
| File 23996.3.diff, 721 bytes (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/css/ie.css
60 61 max-width: 604px; 61 62 margin: 0; 62 63 } 64 65 .gallery-item, 66 .gallery img { 67 max-width: none; 68 } 69 70 .gallery-caption { 71 background: #000; 72 filter: alpha(opacity=0); 73 } 74 75 .gallery-item:hover .gallery-caption { 76 filter: alpha(opacity=70); 77 } 78 63 79 .comment { 64 80 clear: both; 65 81 } … … 117 133 width: auto; 118 134 } 119 135 120 .ie8 .gallery img {121 max-width: none;122 }123 124 136 .ie8 .sidebar .entry-header, 125 137 .ie8 .sidebar .entry-content, 126 138 .ie8 .sidebar .entry-summary,