0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-02 02:29:24 +01:00

fixes two type-os in glyphicons

This commit is contained in:
Bruno Amaral 2013-08-18 18:47:40 +01:00
parent d7eee9bd6e
commit 0989babe5d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<a href="#glyphicons">Glyphicons</a> <a href="#glyphicons">Glyphicons</a>
<ul class="nav"> <ul class="nav">
<li><a href="#glyphicons-glyphs">Available glyphs</a></li> <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> <li><a href="#glyphicons-examples">Examples</a></li>
</ul> </ul>
</li> </li>

View File

@ -244,7 +244,7 @@ base_url: "../"
</ul> </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> <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 %} {% highlight html %}
<span class="glyphicon glyphicon-search"></span> <span class="glyphicon glyphicon-search"></span>