aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/customizer-variables.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-25 23:03:40 -0700
committerMark Otto <[email protected]>2014-06-25 23:03:40 -0700
commit4dcdc08d89fa029c22fd7b51c61394f2c3405edc (patch)
tree3b8496a889b548042e3ee5f3b6be27218ebf0a90 /docs/_includes/customizer-variables.html
parentb6e52d55ea2b0cfd01cddb539e0baf5abe01f89c (diff)
downloadbootstrap-4dcdc08d89fa029c22fd7b51c61394f2c3405edc.tar.xz
bootstrap-4dcdc08d89fa029c22fd7b51c61394f2c3405edc.zip
grunt
Diffstat (limited to 'docs/_includes/customizer-variables.html')
-rw-r--r--docs/_includes/customizer-variables.html14
1 files changed, 5 insertions, 9 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