Ticket #2019: meta-2019.patch
| File meta-2019.patch, 688 bytes (added by , 10 years ago) |
|---|
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
2169 2169 margin-bottom: 20px; 2170 2170 } 2171 2171 2172 .video-list li img {2173 width: 100%;2174 min-height: 100px;2175 }2176 2177 2172 .video-list li .video-thumbnail { 2178 2173 display: block; 2179 2174 width: 100%; … … 2185 2180 position: relative; 2186 2181 } 2187 2182 2183 .video-list li .video-thumbnail img { 2184 width: 100%; 2185 min-height: 100px; 2186 } 2187 2188 2188 .video-list.four-col { 2189 2189 width: 860px; 2190 2190 }