aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-13 12:32:29 -0800
committerMark Otto <[email protected]>2013-02-13 12:32:29 -0800
commitd3c458c7d8f074c656c314d9b8904db5acbedbe3 (patch)
tree629e37545c7477877ca8cb62e484a097692a6360 /docs
parent96953c20724c200c1a5b53e6a991e24c821c8447 (diff)
downloadbootstrap-d3c458c7d8f074c656c314d9b8904db5acbedbe3.tar.xz
bootstrap-d3c458c7d8f074c656c314d9b8904db5acbedbe3.zip
make same css docs fix from upstream
Diffstat (limited to 'docs')
-rw-r--r--docs/css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html
index ddf0f6e60..4f0aefb6d 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -2115,10 +2115,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><!-- /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>