From 876a412c9007936cd69edd05013d6144eacc474d Mon Sep 17 00:00:00 2001 From: Gerald Monaco Date: Fri, 8 Feb 2013 19:52:50 -0500 Subject: Fix the Star glyphicon in the CSS docs --- docs/css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/css.html') 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, <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
-- cgit v1.2.3