mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02:00
fixes #4922: use basefontsize for realz on .lead
This commit is contained in:
parent
209852c805
commit
3737904859
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -584,7 +584,7 @@ p {
|
|||||||
|
|
||||||
.lead {
|
.lead {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-size: 30px;
|
font-size: 21px;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ p {
|
|||||||
}
|
}
|
||||||
.lead {
|
.lead {
|
||||||
margin-bottom: @baseLineHeight;
|
margin-bottom: @baseLineHeight;
|
||||||
font-size: @baseLineHeight * 1.5;
|
font-size: @baseFontSize * 1.5;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
line-height: @baseLineHeight * 1.5;
|
line-height: @baseLineHeight * 1.5;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user