From: Gerald Monaco Date: Sat, 9 Feb 2013 00:52:50 +0000 (-0500) Subject: Fix the Star glyphicon in the CSS docs X-Git-Tag: v3.0.0-rc1~674^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6863%2Fhead;p=thirdparty%2Fbootstrap.git Fix the Star glyphicon in the CSS docs --- diff --git a/docs/css.html b/docs/css.html index ead396cac8..f795602d87 100644 --- a/docs/css.html +++ b/docs/css.html @@ -2170,10 +2170,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped
Large button
- Star + Star
-<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>
 
Small button
diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 0471001dda..8ee3833cf8 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -2110,10 +2110,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped
Large button
- Star + Star
{{! /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>
 
Small button