aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/type.less2
-rw-r--r--less/variables.less2
2 files changed, 3 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,
diff --git a/less/variables.less b/less/variables.less
index 4fb811d29..729da7cc9 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