diff options
| author | Mark Otto <[email protected]> | 2014-02-08 15:24:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-08 15:24:43 -0800 |
| commit | 91b76e5247ef259b8c51672ed95dbbcfd08b7aac (patch) | |
| tree | 610b0e2704789b58426dbce5673f1b7beafe7fbb /less/type.less | |
| parent | 7ef1bebb559b179550e3442d0ef7e0eceb638ba4 (diff) | |
| parent | 4c163600364243fd710b5e69ef3ba5365b16fc6d (diff) | |
| download | bootstrap-91b76e5247ef259b8c51672ed95dbbcfd08b7aac.tar.xz bootstrap-91b76e5247ef259b8c51672ed95dbbcfd08b7aac.zip | |
Merge pull request #12659 from ZDroid/blockquote-font-size
Fix #12656: add @blockquote-font-size
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index a55730dfe..ca574edc8 100644 --- a/less/type.less +++ b/less/type.less @@ -233,7 +233,7 @@ abbr[data-original-title] { blockquote { padding: (@line-height-computed / 2) @line-height-computed; margin: 0 0 @line-height-computed; - font-size: (@font-size-base * 1.25); + font-size: @blockquote-font-size; border-left: 5px solid @blockquote-border-color; p, |
