aboutsummaryrefslogtreecommitdiff
path: root/less/hero-unit.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-30 14:45:25 -0800
committerMark Otto <[email protected]>2012-11-30 14:45:25 -0800
commitb0e2b5813db753bdfa3ee018ccdd73e78a69457e (patch)
tree817eae216acdf4986a59137da9aa65a6764fbd88 /less/hero-unit.less
parent7a3d15eb210cc9343875760bfa575a9273244ed3 (diff)
downloadbootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.tar.xz
bootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.zip
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 47f0a9583..f771fad02 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
}
}