mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 02:30:23 +00:00
Merge pull request #6863 from devknoll/fix-css-docs
Fix the Star glyphicon in the CSS docs
This commit is contained in:
commit
1dda3c395a
2 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
4
docs/templates/pages/css.mustache
vendored
4
docs/templates/pages/css.mustache
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue