mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Part 1 of unCamelCasing variables
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user