aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-02 13:25:03 -0700
committerMark Otto <[email protected]>2012-09-02 13:25:03 -0700
commit37379048599c1ce93aa2f36df46afbc09cb6d19b (patch)
treed1cf9095696085b3977abf2ef05a134848f80adc /less/type.less
parent209852c805be35a8a59a1c71cf46e9048d1363d3 (diff)
downloadbootstrap-37379048599c1ce93aa2f36df46afbc09cb6d19b.tar.xz
bootstrap-37379048599c1ce93aa2f36df46afbc09cb6d19b.zip
fixes #4922: use basefontsize for realz on .lead
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index 0afb864cc..669c55fd5 100644
--- a/less/type.less
+++ b/less/type.less
@@ -11,7 +11,7 @@ p {
}
.lead {
margin-bottom: @baseLineHeight;
- font-size: @baseLineHeight * 1.5;
+ font-size: @baseFontSize * 1.5;
font-weight: 200;
line-height: @baseLineHeight * 1.5;
}