Skip to content

Commit

Permalink
(less) Fixes twbs#6547: Make blockquotes use multiple of @baseFontSize
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jan 12, 2013
1 parent 8bbaddd commit 7b26ca6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion type.less
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ blockquote {
border-left: 5px solid @grayLighter;
p {
margin-bottom: 0;
#font > .shorthand(16px,300,@baseLineHeight * 1.25);
font-size: @baseFontSize * 1.25;
font-weight: 300;
line-height: 1.25;
}
small {
display: block;
Expand Down

0 comments on commit 7b26ca6

Please sign in to comment.