diff options
| author | Mark Otto <[email protected]> | 2014-02-08 16:31:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-08 16:31:42 -0800 |
| commit | 3fc7a4cffa94b63f3c4554376cf668e08b21f543 (patch) | |
| tree | 41e8eb0709f87a2f590d0daed398006c9c7e9bcb /docs/_includes | |
| parent | 7037c6fc7291fc66af62fa0ba7b9e8fdb78cf7f0 (diff) | |
| download | bootstrap-3fc7a4cffa94b63f3c4554376cf668e08b21f543.tar.xz bootstrap-3fc7a4cffa94b63f3c4554376cf668e08b21f543.zip | |
grunt with new mixins
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 3de586c7e..c68c652ab 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> |
