diff options
| author | Mark Otto <[email protected]> | 2014-02-08 15:44:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-08 15:44:13 -0800 |
| commit | b683433f672525cbbe25a4d5aa928610a66ea030 (patch) | |
| tree | a1543f4f0c200902128c0bc0ae69bf5001fade3d /docs/_includes/customizer-variables.html | |
| parent | c8315edd7397cd3b836da67d50a7c5d7eb7de90c (diff) | |
| download | bootstrap-b683433f672525cbbe25a4d5aa928610a66ea030.tar.xz bootstrap-b683433f672525cbbe25a4d5aa928610a66ea030.zip | |
grunt
Diffstat (limited to 'docs/_includes/customizer-variables.html')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 271ef55d9..4ffc3ab38 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> |
