diff options
Diffstat (limited to 'less/carousel.less')
| -rw-r--r-- | less/carousel.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/carousel.less b/less/carousel.less index a149e400d..89965e54c 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -5,7 +5,7 @@ .carousel { position: relative; - margin-bottom: @base-line-height; + margin-bottom: @line-height-base; line-height: 1; } @@ -137,7 +137,7 @@ .carousel-caption h3, .carousel-caption p { color: @white; - line-height: @base-line-height; + line-height: @line-height-base; } .carousel-caption h3 { margin: 0 0 5px; |
