]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
relative 13768/head
authorMark Otto <otto@github.com>
Tue, 10 Jun 2014 04:26:57 +0000 (21:26 -0700)
committerMark Otto <otto@github.com>
Tue, 10 Jun 2014 04:26:57 +0000 (21:26 -0700)
docs/_includes/components/glyphicons.html

index 9a39b12c9502cf541637b6c74a09d0515adce328..e874341372fac3d6ab2da6de79ca01f104d6702d 100644 (file)
@@ -27,7 +27,7 @@
   </div>
   <div class="bs-callout bs-callout-info">
     <h4>Changing the icon font location</h4>
-    <p>Bootstrap assumes icon font files will be located in the <code>../fonts/</code> directory. Moving or renaming those font files means updating the CSS in one of three ways:</p>
+    <p>Bootstrap assumes icon font files will be located in the <code>../fonts/</code> directory, relative to the compiled CSS files. Moving or renaming those font files means updating the CSS in one of three ways:</p>
     <ul>
       <li>Change the <code>@icon-font-path</code> and/or <code>@icon-font-name</code> variables in the source Less files.</li>
       <li>Utilize the <a href="http://lesscss.org/usage/#command-line-usage-relative-urls">relative URLs option</a> provided by the Less compiler.</li>