2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

more consistent variable naming patterns

This commit is contained in:
Mark Otto
2012-11-30 14:45:25 -08:00
parent 7a3d15eb21
commit b0e2b5813d
33 changed files with 221 additions and 219 deletions
+2 -2
View File
@@ -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;