mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge pull request #9788 from brunoamaral/3.0.0-wip
fixes two type-o's in glyphicons
This commit is contained in:
commit
25d9b2ad49
@ -2,7 +2,7 @@
|
||||
<a href="#glyphicons">Glyphicons</a>
|
||||
<ul class="nav">
|
||||
<li><a href="#glyphicons-glyphs">Available glyphs</a></li>
|
||||
<li><a href="#glyphicons-how-to-use">How ot use</a></li>
|
||||
<li><a href="#glyphicons-how-to-use">How to use</a></li>
|
||||
<li><a href="#glyphicons-examples">Examples</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -244,7 +244,7 @@ base_url: "../"
|
||||
</ul>
|
||||
|
||||
|
||||
<h2 id="glyphicons-how-to">How to use</h2>
|
||||
<h2 id="glyphicons-how-to-use">How to use</h2>
|
||||
<p>For performance reasons, all icons require a base class and individual icon class. To use, place the following code just about anywhere. Be sure to leave a space between the icon and text for proper padding.</p>
|
||||
{% highlight html %}
|
||||
<span class="glyphicon glyphicon-search"></span>
|
||||
|
Loading…
Reference in New Issue
Block a user