Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2014-02-09 03:44:13 +0400
committerMark Otto <otto@github.com>2014-02-09 03:44:13 +0400
commitb683433f672525cbbe25a4d5aa928610a66ea030 (patch)
treea1543f4f0c200902128c0bc0ae69bf5001fade3d /docs/_includes
parentc8315edd7397cd3b836da67d50a7c5d7eb7de90c (diff)
grunt
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/customizer-variables.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html
index 271ef55d92..4ffc3ab388 100644
--- a/docs/_includes/customizer-variables.html
+++ b/docs/_includes/customizer-variables.html
@@ -1663,6 +1663,11 @@
<p class="help-block">Blockquote small color</p>
</div>
<div class="bs-customizer-input">
+ <label for="input-@blockquote-font-size">@blockquote-font-size</label>
+ <input id="input-@blockquote-font-size" type="text" value="(@font-size-base * 1.25)" data-var="@blockquote-font-size" class="form-control"/>
+ <p class="help-block">Blockquote font size</p>
+ </div>
+ <div class="bs-customizer-input">
<label for="input-@blockquote-border-color">@blockquote-border-color</label>
<input id="input-@blockquote-border-color" type="text" value="@gray-lighter" data-var="@blockquote-border-color" class="form-control"/>
<p class="help-block">Blockquote border color</p>