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-01-30 10:44:06 +0400
committerMark Otto <otto@github.com>2014-01-30 10:44:06 +0400
commitd4b1bfd667631f1d96a0b6ec4e734338e5b8811d (patch)
tree0933e5ab31ddbddcfcbbb0c40081dc09825f206b /docs/_includes
parentd2f1887bb5e7b651b11d6dd22ce191c733717a83 (diff)
grunt
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/customizer-variables.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html
index 3de586c7e5..c68c652abb 100644
--- a/docs/_includes/customizer-variables.html
+++ b/docs/_includes/customizer-variables.html
@@ -596,6 +596,10 @@
<input id="input-@navbar-padding-vertical" type="text" value="((@navbar-height - @line-height-computed) / 2)" data-var="@navbar-padding-vertical" class="form-control"/>
</div>
<div class="bs-customizer-input">
+ <label for="input-@navbar-collapse-max-height">@navbar-collapse-max-height</label>
+ <input id="input-@navbar-collapse-max-height" type="text" value="340px" data-var="@navbar-collapse-max-height" class="form-control"/>
+ </div>
+ <div class="bs-customizer-input">
<label for="input-@navbar-default-color">@navbar-default-color</label>
<input id="input-@navbar-default-color" type="text" value="#777" data-var="@navbar-default-color" class="form-control"/>
</div>