diff options
| author | Mark Otto <[email protected]> | 2012-11-30 14:37:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 14:37:24 -0800 |
| commit | 7a3d15eb210cc9343875760bfa575a9273244ed3 (patch) | |
| tree | 315aa2991efe142decca7b4e48f29cb03de6fde2 /less/carousel.less | |
| parent | fe8061b84ecdda5ea70514fe487e2f46564439e2 (diff) | |
| download | bootstrap-7a3d15eb210cc9343875760bfa575a9273244ed3.tar.xz bootstrap-7a3d15eb210cc9343875760bfa575a9273244ed3.zip | |
Part 1 of unCamelCasing variables
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 a7ff59f06..a149e400d 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -5,7 +5,7 @@ .carousel { position: relative; - margin-bottom: @baseLineHeight; + margin-bottom: @base-line-height; line-height: 1; } @@ -137,7 +137,7 @@ .carousel-caption h3, .carousel-caption p { color: @white; - line-height: @baseLineHeight; + line-height: @base-line-height; } .carousel-caption h3 { margin: 0 0 5px; |
