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:
parent
48e78dc3c9
commit
c842341d9e
@ -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">
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user