diff options
| author | Mark Otto <[email protected]> | 2014-06-25 23:03:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-25 23:03:40 -0700 |
| commit | 4dcdc08d89fa029c22fd7b51c61394f2c3405edc (patch) | |
| tree | 3b8496a889b548042e3ee5f3b6be27218ebf0a90 /docs/_includes | |
| parent | b6e52d55ea2b0cfd01cddb539e0baf5abe01f89c (diff) | |
| download | bootstrap-4dcdc08d89fa029c22fd7b51c61394f2c3405edc.tar.xz bootstrap-4dcdc08d89fa029c22fd7b51c61394f2c3405edc.zip | |
grunt
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 14 | ||||
| -rw-r--r-- | docs/_includes/nav/customize.html | 1 |
2 files changed, 5 insertions, 10 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index e318dd44d..880af41dd 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1701,6 +1701,11 @@ <p></p> <div class="row"> <div class="bs-customizer-input"> + <label for="input-@component-offset-horizontal">@component-offset-horizontal</label> + <input id="input-@component-offset-horizontal" type="text" value="180px" data-var="@component-offset-horizontal" class="form-control"/> + <p class="help-block">Horizontal offset for forms and lists.</p> + </div> + <div class="bs-customizer-input"> <label for="input-@text-muted">@text-muted</label> <input id="input-@text-muted" type="text" value="@gray-light" data-var="@text-muted" class="form-control"/> <p class="help-block">Text muted color</p> @@ -1740,19 +1745,10 @@ <input id="input-@dl-horizontal-offset" type="text" value="@component-offset-horizontal" data-var="@dl-horizontal-offset" class="form-control"/> <p class="help-block">Width of horizontal description list titles</p> </div> -</div> -<h2 id="miscellaneous">Miscellaneous</h2> -<p></p> -<div class="row"> <div class="bs-customizer-input"> <label for="input-@hr-border">@hr-border</label> <input id="input-@hr-border" type="text" value="@gray-lighter" data-var="@hr-border" class="form-control"/> <p class="help-block">Horizontal line color.</p> </div> - <div class="bs-customizer-input"> - <label for="input-@component-offset-horizontal">@component-offset-horizontal</label> - <input id="input-@component-offset-horizontal" type="text" value="180px" data-var="@component-offset-horizontal" class="form-control"/> - <p class="help-block">Horizontal offset for forms and lists.</p> - </div> </div> <!-- NOTE: DO NOT EDIT THE PRECEDING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-variables.jade template.-->
\ No newline at end of file diff --git a/docs/_includes/nav/customize.html b/docs/_includes/nav/customize.html index 04725096c..3245a3f75 100644 --- a/docs/_includes/nav/customize.html +++ b/docs/_includes/nav/customize.html @@ -40,7 +40,6 @@ <li><a href="#close">Close</a></li> <li><a href="#code">Code</a></li> <li><a href="#type">Type</a></li> - <li><a href="#miscellaneous">Miscellaneous</a></li> </ul> </li> <li><a href="#download">Download</a></li> |
