vendor/assets/stylesheets/twitter/bootstrap/_carousel.sass in sass-rails-bootstrap-2.0.4 vs vendor/assets/stylesheets/twitter/bootstrap/_carousel.sass in sass-rails-bootstrap-2.1.0
- old
+ new
@@ -1,8 +1,10 @@
-// CAROUSEL
-// --------
+//
+// Carousel
+// --------------------------------------------------
+
.carousel
position: relative
margin-bottom: $baseLineHeight
line-height: 1
@@ -94,12 +96,19 @@
.carousel-caption
position: absolute
left: 0
right: 0
bottom: 0
- padding: 10px 15px 5px
+ padding: 15px
background: $grayDark
background: rgba(0,0,0,.75)
.carousel-caption h4,
.carousel-caption p
color: $white
+ line-height: $baseLineHeight
+
+.carousel-caption h4
+ margin: 0 0 5px
+
+.carousel-caption p
+ margin-bottom: 0