diff options
| author | Gerald Monaco <[email protected]> | 2013-02-08 19:52:50 -0500 |
|---|---|---|
| committer | Gerald Monaco <[email protected]> | 2013-02-08 19:52:50 -0500 |
| commit | 876a412c9007936cd69edd05013d6144eacc474d (patch) | |
| tree | 3817880f40ffb83aecc3c6787df93c935fc8f8c3 | |
| parent | 63c1377ee7802d857bfa359fb3d9824abf5a91fc (diff) | |
| download | bootstrap-876a412c9007936cd69edd05013d6144eacc474d.tar.xz bootstrap-876a412c9007936cd69edd05013d6144eacc474d.zip | |
Fix the Star glyphicon in the CSS docs
| -rw-r--r-- | docs/css.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/css.mustache | 4 |
2 files changed, 4 insertions, 4 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, <code>&lt;section&gt;</code> 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"> -<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> </pre> <h5>Small button</h5> diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 0471001dd..8ee3833cf 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 <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"> -<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> </pre> <h5>Small button</h5> |
