aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/css.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache
index 0471001dd..8ee3833cf 100644
--- a/docs/templates/pages/css.mustache
+++ b/docs/templates/pages/css.mustache
@@ -2110,10 +2110,10 @@ For example, <code><section></code> should be wrapped
<h5>Large button</h5>
<div class="bs-docs-example">
- <a class="btn btn-large" href="#"><i class="icon-star"></i> Star</a>
+ <a class="btn btn-large" href="#"><i class="glyphicon-star"></i> Star</a>
</div>{{! /bs-docs-example }}
<pre class="prettyprint linenums">
-&lt;a class="btn btn-large" href="#"&gt;&lt;i class="icon-star"&gt;&lt;/i&gt; Star&lt;/a&gt;
+&lt;a class="btn btn-large" href="#"&gt;&lt;i class="glyphicon-star"&gt;&lt;/i&gt; Star&lt;/a&gt;
</pre>
<h5>Small button</h5>