diff options
| author | Chris Rebert <[email protected]> | 2014-01-19 15:28:30 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-19 15:28:30 -0800 |
| commit | 937e067a27506cea4ffd58c71afafbcf6eae92dd (patch) | |
| tree | fc4c3872286ee42172a16bcd26fc8b2b8785b30a /docs/_includes | |
| parent | 04cfca25afcbab01bc4c7003a4f075c89412e952 (diff) | |
| download | bootstrap-937e067a27506cea4ffd58c71afafbcf6eae92dd.tar.xz bootstrap-937e067a27506cea4ffd58c71afafbcf6eae92dd.zip | |
grunt build-customizer-vars-form
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 89fb39dec..d03c3e6e8 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> |
