mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-01 20:10:24 +00:00
fixes #4910: use @baseLineHeight * 1.5 for .lead font-size
This commit is contained in:
parent
e8c5b3c9a5
commit
02f6bd65f5
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -584,7 +584,7 @@ p {
|
|||
|
||||
.lead {
|
||||
margin-bottom: 20px;
|
||||
font-size: 20px;
|
||||
font-size: 30px;
|
||||
font-weight: 200;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue