diff options
| author | Mark Otto <[email protected]> | 2013-03-31 11:26:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-31 11:26:13 -0700 |
| commit | fc16e37aaa2764bfc9ae131d6f69bd59d8ac5858 (patch) | |
| tree | 9495e3771b8cb980cb61bcee9a6fce73e87e5c11 /less/type.less | |
| parent | b96ab36d384752c42947297ce3a2d1f0ba941c0a (diff) | |
| download | bootstrap-fc16e37aaa2764bfc9ae131d6f69bd59d8ac5858.tar.xz bootstrap-fc16e37aaa2764bfc9ae131d6f69bd59d8ac5858.zip | |
Remove the handful of rem font-sizes
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 4 |
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; } |
