2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fixes #4922: use basefontsize for realz on .lead

This commit is contained in:
Mark Otto
2012-09-02 13:25:03 -07:00
parent 209852c805
commit 3737904859
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -584,7 +584,7 @@ p {
.lead {
margin-bottom: 20px;
font-size: 30px;
font-size: 21px;
font-weight: 200;
line-height: 30px;
}
+1 -1
View 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;
}