From 4c163600364243fd710b5e69ef3ba5365b16fc6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= <legospace9876@gmail.com>
Date: Sat, 8 Feb 2014 22:11:49 +0100
Subject: [PATCH] Fix #12656: add @blockquote-font-size

---
 less/type.less      | 2 +-
 less/variables.less | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/less/type.less b/less/type.less
index a55730dfef..ca574edc89 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,
diff --git a/less/variables.less b/less/variables.less
index 4fb811d295..729da7cc91 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -810,6 +810,8 @@
 @headings-small-color:        @gray-light;
 //** Blockquote small color
 @blockquote-small-color:      @gray-light;
+//** Blockquote font size
+@blockquote-font-size:        (@font-size-base * 1.25);
 //** Blockquote border color
 @blockquote-border-color:     @gray-lighter;
 //** Page header border color
-- 
GitLab