Changeset 23959
- Timestamp:
- 04/10/2013 10:44:29 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentythirteen/css/ie.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/css/ie.css
r23943 r23959 61 61 margin: 0; 62 62 } 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 63 78 .comment { 64 79 clear: both; … … 116 131 height: auto; 117 132 width: auto; 118 }119 120 .ie8 .gallery img {121 max-width: none;122 133 } 123 134
Note: See TracChangeset
for help on using the changeset viewer.