mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
grunt
This commit is contained in:
@@ -1700,6 +1700,11 @@
|
||||
<h2 id="type">Type</h2>
|
||||
<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"/>
|
||||
@@ -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.-->
|
Reference in New Issue
Block a user