diff options
| author | Mark Otto <[email protected]> | 2013-01-11 20:55:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-11 20:55:09 -0800 |
| commit | 4de3a77a64b8f8f130d6d5134fb916c91d271e82 (patch) | |
| tree | 7aa19a4c8af58a7e4d34faaa0ffb0551ffdd2fc0 /less | |
| parent | 88e816956a731c9e3284c55a7be0c81b447c2601 (diff) | |
| download | bootstrap-4de3a77a64b8f8f130d6d5134fb916c91d271e82.tar.xz bootstrap-4de3a77a64b8f8f130d6d5134fb916c91d271e82.zip | |
Fixes #6547: Make blockquotes use multiple of @baseFontSize
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 6b1c6d291..9b7e7eec2 100644 --- a/less/type.less +++ b/less/type.less @@ -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; |
