1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

Avoid black areas in News carousel.

This commit is contained in:
Cameron
2017-01-11 18:21:57 -08:00
parent 069f24e179
commit 53540a24e6

View File

@@ -7,6 +7,7 @@
#news-carousel-images { margin-top:20px; padding-right:0; height:350px } #news-carousel-images { margin-top:20px; padding-right:0; height:350px }
} }
#news-carousel-images img { min-height: 350px; min-width: 100%; max-width:150%; }
#news-carousel-images .carousel-caption { left:15px; right:15px; margin:0; padding:0; bottom:10px; text-align:left } #news-carousel-images .carousel-caption { left:15px; right:15px; margin:0; padding:0; bottom:10px; text-align:left }
#news-carousel-images .carousel-caption h1 { margin:0 } #news-carousel-images .carousel-caption h1 { margin:0 }
#news-carousel-images .carousel-caption small { font-size: 11px; margin: 0; text-transform: uppercase; } #news-carousel-images .carousel-caption small { font-size: 11px; margin: 0; text-transform: uppercase; }