aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 00:10:31 -0700
committerMark Otto <[email protected]>2014-07-08 00:10:31 -0700
commit97008c381ac586640f5ff78b72d5fcf84606e6d0 (patch)
tree0ea5c2cd15fd87b9ed44b75f515a9e2ecf0d7ea8 /dist/css/bootstrap.css
parentd85895fda8cb0837e8bd10d8618e68ebdfca40ad (diff)
downloadbootstrap-97008c381ac586640f5ff78b72d5fcf84606e6d0.tar.xz
bootstrap-97008c381ac586640f5ff78b72d5fcf84606e6d0.zip
restore font-weight and knock down font-size for .lead
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index a5c9bb938..accbf0697 100644
--- a/dist/css/bootstrap.css
+++ b/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 {