diff options
| author | Mark Otto <[email protected]> | 2014-06-18 22:24:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-18 22:24:56 -0700 |
| commit | d222c21f842812088060be725d24213c7202c35f (patch) | |
| tree | 9a30787ed2e8aa7e50203323420eedf8f6efd6ab /docs/_includes | |
| parent | e93bf15f6076b109fb10cfad9d513d55b6f1b796 (diff) | |
| download | bootstrap-d222c21f842812088060be725d24213c7202c35f.tar.xz bootstrap-d222c21f842812088060be725d24213c7202c35f.zip | |
grunt
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 075a0ea72..e318dd44d 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1735,6 +1735,11 @@ <input id="input-@page-header-border-color" type="text" value="@gray-lighter" data-var="@page-header-border-color" class="form-control"/> <p class="help-block">Page header border color</p> </div> + <div class="bs-customizer-input"> + <label for="input-@dl-horizontal-offset">@dl-horizontal-offset</label> + <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> |
