diff options
| author | Mark Otto <[email protected]> | 2014-07-08 00:10:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 00:10:31 -0700 |
| commit | 97008c381ac586640f5ff78b72d5fcf84606e6d0 (patch) | |
| tree | 0ea5c2cd15fd87b9ed44b75f515a9e2ecf0d7ea8 /less | |
| parent | d85895fda8cb0837e8bd10d8618e68ebdfca40ad (diff) | |
| download | bootstrap-97008c381ac586640f5ff78b72d5fcf84606e6d0.tar.xz bootstrap-97008c381ac586640f5ff78b72d5fcf84606e6d0.zip | |
restore font-weight and knock down font-size for .lead
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 16a60061e..246916d8c 100644 --- a/less/type.less +++ b/less/type.less @@ -61,7 +61,8 @@ p { } .lead { - font-size: 1.5rem; + font-size: 1.25rem; + font-weight: 300; } |
