From 876a412c9007936cd69edd05013d6144eacc474d Mon Sep 17 00:00:00 2001 From: Gerald Monaco Date: Fri, 8 Feb 2013 19:52:50 -0500 Subject: [PATCH] Fix the Star glyphicon in the CSS docs --- docs/css.html | 4 ++-- docs/templates/pages/css.mustache | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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