]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4910: use @baseLineHeight * 1.5 for .lead font-size
authorMark Otto <markotto@twitter.com>
Sat, 1 Sep 2012 19:00:13 +0000 (12:00 -0700)
committerMark Otto <markotto@twitter.com>
Sat, 1 Sep 2012 19:00:13 +0000 (12:00 -0700)
docs/assets/css/bootstrap.css
less/type.less

index c8ea594dc775b689c30fe9bc310f085d73e98265..c0e1988acaa365723404ec49ad62fd9f361a182f 100644 (file)
@@ -584,7 +584,7 @@ p {
 
 .lead {
   margin-bottom: 20px;
-  font-size: 20px;
+  font-size: 30px;
   font-weight: 200;
   line-height: 30px;
 }
index 14f65f2fa13d04c51b84556f8cf3b9c141875309..0afb864ccd14c61db83bd120807cc5be02b46ec2 100644 (file)
@@ -11,7 +11,7 @@ p {
 }
 .lead {
   margin-bottom: @baseLineHeight;
-  font-size: 20px;
+  font-size: @baseLineHeight * 1.5;
   font-weight: 200;
   line-height: @baseLineHeight * 1.5;
 }