diff options
| author | Mark Otto <[email protected]> | 2013-02-13 12:32:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-13 12:32:29 -0800 |
| commit | d3c458c7d8f074c656c314d9b8904db5acbedbe3 (patch) | |
| tree | 629e37545c7477877ca8cb62e484a097692a6360 /docs | |
| parent | 96953c20724c200c1a5b53e6a991e24c821c8447 (diff) | |
| download | bootstrap-d3c458c7d8f074c656c314d9b8904db5acbedbe3.tar.xz bootstrap-d3c458c7d8f074c656c314d9b8904db5acbedbe3.zip | |
make same css docs fix from upstream
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/css.html | 4 |
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, <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> |
