]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4922: use basefontsize for realz on .lead
authorMark Otto <markotto@twitter.com>
Sun, 2 Sep 2012 20:25:03 +0000 (13:25 -0700)
committerMark Otto <markotto@twitter.com>
Sun, 2 Sep 2012 20:25:03 +0000 (13:25 -0700)
docs/assets/css/bootstrap.css
less/type.less

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