Skip to content

Commit

Permalink
fixes twbs#4922: use basefontsize for realz on .lead
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 2, 2012
1 parent 209852c commit 3737904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/bootstrap.css
Expand Up @@ -584,7 +584,7 @@ p {

.lead {
margin-bottom: 20px;
font-size: 30px;
font-size: 21px;
font-weight: 200;
line-height: 30px;
}
Expand Down
2 changes: 1 addition & 1 deletion less/type.less
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3737904

Please sign in to comment.