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 | |
| parent | b96ab36d384752c42947297ce3a2d1f0ba941c0a (diff) | |
| download | bootstrap-fc16e37aaa2764bfc9ae131d6f69bd59d8ac5858.tar.xz bootstrap-fc16e37aaa2764bfc9ae131d6f69bd59d8ac5858.zip | |
Remove the handful of rem font-sizes
Diffstat (limited to 'less')
| -rw-r--r-- | less/panels.less | 2 | ||||
| -rw-r--r-- | less/scaffolding.less | 2 | ||||
| -rw-r--r-- | less/type.less | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/less/panels.less b/less/panels.less index 6c9dd6df3..a74feccaf 100644 --- a/less/panels.less +++ b/less/panels.less @@ -17,7 +17,7 @@ .panel-heading { margin: -15px -15px 15px; padding: 10px 15px; - .font-size(16); + font-size: @font-size-base * 1.25; font-weight: 500; background-color: @panel-heading-bg; border-bottom: 1px solid @panel-border; diff --git a/less/scaffolding.less b/less/scaffolding.less index 633222ed8..ac373af06 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -31,7 +31,7 @@ html { body { font-family: @font-family-base; - .font-size(); + font-size: 14px; line-height: @line-height-base; color: @text-color; background-color: @body-background; 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; } |
