aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-08 23:28:18 -0800
committerMark Otto <[email protected]>2013-02-08 23:28:18 -0800
commit1dda3c395a338e1342f7c4bfcdc708b525d22e1d (patch)
tree3817880f40ffb83aecc3c6787df93c935fc8f8c3 /docs/css.html
parent63c1377ee7802d857bfa359fb3d9824abf5a91fc (diff)
parent876a412c9007936cd69edd05013d6144eacc474d (diff)
downloadbootstrap-1dda3c395a338e1342f7c4bfcdc708b525d22e1d.tar.xz
bootstrap-1dda3c395a338e1342f7c4bfcdc708b525d22e1d.zip
Merge pull request #6863 from devknoll/fix-css-docs
Fix the Star glyphicon in the CSS docs
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html
index ead396cac..f795602d8 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -2170,10 +2170,10 @@ For example, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; 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>
<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>