Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-12-01 02:37:24 +0400
committerMark Otto <otto@github.com>2012-12-01 02:37:24 +0400
commit7a3d15eb210cc9343875760bfa575a9273244ed3 (patch)
tree315aa2991efe142decca7b4e48f29cb03de6fde2 /less/hero-unit.less
parentfe8061b84ecdda5ea70514fe487e2f46564439e2 (diff)
Part 1 of unCamelCasing variables
Diffstat (limited to 'less/hero-unit.less')
-rw-r--r--less/hero-unit.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/hero-unit.less b/less/hero-unit.less
index 4b350983e1..47f0a9583c 100644
--- a/less/hero-unit.less
+++ b/less/hero-unit.less
@@ -8,7 +8,7 @@
margin-bottom: 30px;
font-size: 18px;
font-weight: 200;
- line-height: @baseLineHeight * 1.5;
+ line-height: @base-line-height * 1.5;
color: @heroUnitLeadColor;
background-color: @heroUnitBackground;
border-radius: 6px;
@@ -20,6 +20,6 @@
letter-spacing: -1px;
}
li {
- line-height: @baseLineHeight * 1.5; // Reset since we specify in type.less
+ line-height: @base-line-height * 1.5; // Reset since we specify in type.less
}
}