mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix comment
This commit is contained in:
parent
bcfb27b962
commit
7c3881086f
4 changed files with 4 additions and 4 deletions
|
@ -167,7 +167,7 @@
|
||||||
<div class="bs-customizer-input">
|
<div class="bs-customizer-input">
|
||||||
<label for="input-@icon-font-svg-id">@icon-font-svg-id</label>
|
<label for="input-@icon-font-svg-id">@icon-font-svg-id</label>
|
||||||
<input id="input-@icon-font-svg-id" type="text" value=""glyphicons_halflingsregular"" data-var="@icon-font-svg-id" class="form-control"/>
|
<input id="input-@icon-font-svg-id" type="text" value=""glyphicons_halflingsregular"" data-var="@icon-font-svg-id" class="form-control"/>
|
||||||
<p class="help-block">File name for SVG icon file.</p>
|
<p class="help-block">Element ID within SVG icon file.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 id="components">Components</h2>
|
<h2 id="components">Components</h2>
|
||||||
|
|
2
docs/assets/js/customize.min.js
vendored
2
docs/assets/js/customize.min.js
vendored
File diff suppressed because one or more lines are too long
2
docs/assets/js/raw-files.min.js
vendored
2
docs/assets/js/raw-files.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -76,7 +76,7 @@
|
||||||
@icon-font-path: "../fonts/";
|
@icon-font-path: "../fonts/";
|
||||||
//** File name for all font files.
|
//** File name for all font files.
|
||||||
@icon-font-name: "glyphicons-halflings-regular";
|
@icon-font-name: "glyphicons-halflings-regular";
|
||||||
//** File name for SVG icon file.
|
//** Element ID within SVG icon file.
|
||||||
@icon-font-svg-id: "glyphicons_halflingsregular";
|
@icon-font-svg-id: "glyphicons_halflingsregular";
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue