From 97008c381ac586640f5ff78b72d5fcf84606e6d0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 00:10:31 -0700 Subject: restore font-weight and knock down font-size for .lead --- docs/dist/css/bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap.css') 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 { -- cgit v1.2.3