aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-05-01 11:45:48 -0700
committerChris Rebert <[email protected]>2014-05-01 11:45:48 -0700
commit42c8daea75b19424e026c78262e0fac1a95d715a (patch)
treec87da3da6156273c525ea92f234828213e26b020 /docs/_includes
parent99f22d97ba4d82faa22c2b3a406dd4058b426e8e (diff)
downloadbootstrap-42c8daea75b19424e026c78262e0fac1a95d715a.tar.xz
bootstrap-42c8daea75b19424e026c78262e0fac1a95d715a.zip
Not Less' fault per se
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/components/glyphicons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/glyphicons.html b/docs/_includes/components/glyphicons.html
index f93d0ec6a..301a542b6 100644
--- a/docs/_includes/components/glyphicons.html
+++ b/docs/_includes/components/glyphicons.html
@@ -32,7 +32,7 @@
</div>
<div class="bs-callout bs-callout-info">
<h4><code>@import</code>ing Bootstrap via Less may require adjusting the icon font location</h4>
- <p>If you <code>@import</code> Bootstrap's Less source into your own Less file, you may need to adjust the <code>@icon-font-path</code> Less variable due to the way that relative paths in <code>url(...)</code>s work in Less.</p>
+ <p>If you <code>@import</code> Bootstrap's Less source into your own Less file, you may need to adjust the <code>@icon-font-path</code> Less variable due to the way that the relative paths in our <code>url(...)</code>s work.</p>
</div>
{% highlight html %}
<span class="glyphicon glyphicon-search"></span>