1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

Bootstrap3 Featurebox responsive-design fix.

This commit is contained in:
Cameron
2014-01-24 03:16:11 -08:00
parent cb75ba4aab
commit bcad40e48d
2 changed files with 16 additions and 20 deletions

View File

@@ -73,8 +73,9 @@ body {
-------------------------------------------------- */
/* Carousel base class */
.featurebox.carousel {
height: 500px;
min-height:460px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
@@ -83,21 +84,16 @@ body {
/* Declare heights because of positioning of img element */
.featurebox.carousel .item {
height: 500px;
min-height:460px;
background-color: #CCCCCC;
}
.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 500px;
}
.media-object.featurebox-item-image {
margin: 25px 0px;
.featurebox-item-image.pull-left, .featurebox-item-image.pull-right {
margin-top: 25px;
}
img.featurebox { border-radius: 5px }
.xurl-social-icons a {
color: inherit;