diff options
| author | Mark Otto <[email protected]> | 2015-06-18 16:06:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-18 16:06:39 -0700 |
| commit | 5ea03fa259ccac4c7ea72f0a19b57f77957fe55d (patch) | |
| tree | 1602929585e76f7c33d062a4346f72fbf76b43fd /docs/_includes/customizer-variables.html | |
| parent | 344dafbab90202cfe2ff52396374113d8c69a50a (diff) | |
| parent | 78bdbcdc0858efc57273da6f0d3f772076919e2f (diff) | |
| download | bootstrap-5ea03fa259ccac4c7ea72f0a19b57f77957fe55d.tar.xz bootstrap-5ea03fa259ccac4c7ea72f0a19b57f77957fe55d.zip | |
Merge pull request #16563 from dbkaplun/dl-horizontal-breakpoint
Adds @dl-horizontal-breakpoint
Diffstat (limited to 'docs/_includes/customizer-variables.html')
| -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 4dde831cb..c260b90d2 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1879,6 +1879,11 @@ </div> <div class="clearfix"></div> <div class="col-xs-4"> + <label for="input-@dl-horizontal-breakpoint">@dl-horizontal-breakpoint</label> + <input id="input-@dl-horizontal-breakpoint" type="text" aria-describedby="help-block-@dl-horizontal-breakpoint" value="@grid-float-breakpoint" data-var="@dl-horizontal-breakpoint" class="form-control"/> + <p id="help-block-@dl-horizontal-breakpoint" class="help-block">Point at which .dl-horizontal becomes horizontal</p> + </div> + <div class="col-xs-4"> <label for="input-@hr-border">@hr-border</label> <input id="input-@hr-border" type="text" aria-describedby="help-block-@hr-border" value="@gray-lighter" data-var="@hr-border" class="form-control"/> <p id="help-block-@hr-border" class="help-block">Horizontal line color.</p> |
