1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 10:38:08 +01:00

Bootstrap styling fix

This commit is contained in:
Cameron 2014-01-08 01:43:38 -08:00
parent 48e78dc3c9
commit c842341d9e
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ $FEATUREBOX_CATEGORY_TEMPLATE = array();
$FEATUREBOX_CATEGORY_TEMPLATE['bootstrap3_carousel']['list_start'] = '
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<div id="carousel-example-generic" class="featurebox carousel slide" data-ride="carousel">
{FEATUREBOX_NAVIGATION|bootstrap3_carousel=loop&uselimit=1}
<!-- Wrapper for slides -->
<div class="carousel-inner">

View File

@ -73,7 +73,7 @@ body {
-------------------------------------------------- */
/* Carousel base class */
.carousel {
.featurebox.carousel {
height: 500px;
}
/* Since positioning the image, we need to help out the caption */
@ -82,7 +82,7 @@ body {
}
/* Declare heights because of positioning of img element */
.carousel .item {
.featurebox.carousel .item {
height: 500px;
background-color: #CCCCCC;
}