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 /docs/dist/css/bootstrap.css | |
| parent | d85895fda8cb0837e8bd10d8618e68ebdfca40ad (diff) | |
| download | bootstrap-97008c381ac586640f5ff78b72d5fcf84606e6d0.tar.xz bootstrap-97008c381ac586640f5ff78b72d5fcf84606e6d0.zip | |
restore font-weight and knock down font-size for .lead
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index a5c9bb938..accbf0697 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1102,7 +1102,8 @@ p { margin-bottom: 1rem; } .lead { - font-size: 1.5rem; + font-size: 1.25rem; + font-weight: 300; } small, .small { |
