Commit 7c388108 authored by Mark Otto's avatar Mark Otto
Browse files

Fix comment

parent bcfb27b9
Showing with 4 additions and 4 deletions
+4 -4
...@@ -167,7 +167,7 @@ ...@@ -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="&quot;glyphicons_halflingsregular&quot;" data-var="@icon-font-svg-id" class="form-control"/> <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>
</div> </div>
<h2 id="components">Components</h2> <h2 id="components">Components</h2>
......
This diff is collapsed.
This diff is collapsed.
...@@ -76,7 +76,7 @@ ...@@ -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";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment