aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-31 11:26:13 -0700
committerMark Otto <[email protected]>2013-03-31 11:26:13 -0700
commitfc16e37aaa2764bfc9ae131d6f69bd59d8ac5858 (patch)
tree9495e3771b8cb980cb61bcee9a6fce73e87e5c11 /less/type.less
parentb96ab36d384752c42947297ce3a2d1f0ba941c0a (diff)
downloadbootstrap-fc16e37aaa2764bfc9ae131d6f69bd59d8ac5858.tar.xz
bootstrap-fc16e37aaa2764bfc9ae131d6f69bd59d8ac5858.zip
Remove the handful of rem font-sizes
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less
index a8a1c2dec..aac5c931a 100644
--- a/less/type.less
+++ b/less/type.less
@@ -11,9 +11,9 @@ p {
}
.lead {
margin-bottom: @line-height-base;
- .font-size((@font-size-base * 1.5));
+ font-size: (@font-size-base * 1.5);
font-weight: 200;
- line-height: 1.3;
+ line-height: 1.4;
}