Fix comment

This commit is contained in:
Mark Otto 2014-03-08 17:11:48 -08:00
parent bcfb27b962
commit 7c3881086f
4 changed files with 4 additions and 4 deletions

View File

@ -167,7 +167,7 @@
<div class="bs-customizer-input">
<label for="input-@icon-font-svg-id">@icon-font-svg-id</label>
<input id="input-@icon-font-svg-id" type="text" value="&quot;glyphicons_halflingsregular&quot;" 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>
<h2 id="components">Components</h2>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -76,7 +76,7 @@
@icon-font-path: "../fonts/";
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
//** File name for SVG icon file.
//** Element ID within SVG icon file.
@icon-font-svg-id: "glyphicons_halflingsregular";