diff options
| author | Mark Otto <[email protected]> | 2014-06-09 21:26:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-09 21:26:57 -0700 |
| commit | d2061e8aeb7517d08603fb40cb1a225ebb405576 (patch) | |
| tree | d5c61ff3a4b5849d5e3a24c99d29214c886a9156 /docs/_includes | |
| parent | 24a9b34adde1ae2cff9238853fb3207cfdb57209 (diff) | |
| download | bootstrap-d2061e8aeb7517d08603fb40cb1a225ebb405576.tar.xz bootstrap-d2061e8aeb7517d08603fb40cb1a225ebb405576.zip | |
relative
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/components/glyphicons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/glyphicons.html b/docs/_includes/components/glyphicons.html index 9a39b12c9..e87434137 100644 --- a/docs/_includes/components/glyphicons.html +++ b/docs/_includes/components/glyphicons.html @@ -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> |
