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:
authorChris Rebert <code@rebertia.com>2014-01-20 03:28:30 +0400
committerChris Rebert <code@rebertia.com>2014-01-20 03:28:30 +0400
commit937e067a27506cea4ffd58c71afafbcf6eae92dd (patch)
treefc4c3872286ee42172a16bcd26fc8b2b8785b30a /docs/_includes
parent04cfca25afcbab01bc4c7003a4f075c89412e952 (diff)
grunt build-customizer-vars-form
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 89fb39dec8..d03c3e6e82 100644
--- a/docs/_includes/customizer-variables.html
+++ b/docs/_includes/customizer-variables.html
@@ -1144,6 +1144,10 @@
<input id="input-@modal-lg" type="text" value="900px" data-var="@modal-lg" class="form-control"/>
</div>
<div class="bs-customizer-input">
+ <label for="input-@modal-md">@modal-md</label>
+ <input id="input-@modal-md" type="text" value="600px" data-var="@modal-md" class="form-control"/>
+ </div>
+ <div class="bs-customizer-input">
<label for="input-@modal-sm">@modal-sm</label>
<input id="input-@modal-sm" type="text" value="300px" data-var="@modal-sm" class="form-control"/>
</div>