1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02: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

@@ -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;
}