Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-09-03 00:25:03 +0400
committerMark Otto <markotto@twitter.com>2012-09-03 00:25:03 +0400
commit37379048599c1ce93aa2f36df46afbc09cb6d19b (patch)
treed1cf9095696085b3977abf2ef05a134848f80adc /docs
parent209852c805be35a8a59a1c71cf46e9048d1363d3 (diff)
fixes #4922: use basefontsize for realz on .lead
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index c0e1988aca..d64ff51ab9 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -584,7 +584,7 @@ p {
.lead {
margin-bottom: 20px;
- font-size: 30px;
+ font-size: 21px;
font-weight: 200;
line-height: 30px;
}