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:45:25 +0400
committerMark Otto <otto@github.com>2012-12-01 02:45:25 +0400
commitb0e2b5813db753bdfa3ee018ccdd73e78a69457e (patch)
tree817eae216acdf4986a59137da9aa65a6764fbd88 /less/hero-unit.less
parent7a3d15eb210cc9343875760bfa575a9273244ed3 (diff)
more consistent variable naming patterns
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 47f0a9583c..f771fad027 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: @base-line-height * 1.5;
+ line-height: @line-height-base * 1.5;
color: @heroUnitLeadColor;
background-color: @heroUnitBackground;
border-radius: 6px;
@@ -20,6 +20,6 @@
letter-spacing: -1px;
}
li {
- line-height: @base-line-height * 1.5; // Reset since we specify in type.less
+ line-height: @line-height-base * 1.5; // Reset since we specify in type.less
}
}