aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2014-02-08 22:11:49 +0100
committerZlatan Vasović <[email protected]>2014-02-08 22:12:18 +0100
commit4c163600364243fd710b5e69ef3ba5365b16fc6d (patch)
tree03f91da8b98a2ae0e95877791f1e811793a8852d /less/type.less
parent8f7170abd04a356654d92700d30c006d70bc7778 (diff)
downloadbootstrap-4c163600364243fd710b5e69ef3ba5365b16fc6d.tar.xz
bootstrap-4c163600364243fd710b5e69ef3ba5365b16fc6d.zip
Fix #12656: add @blockquote-font-size
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less2
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,