@@ -1908,171 +1908,171 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1908,171 +1908,171 @@ For example, <code><section></code> should be wrapped as inline.
<p>Bootstrap comes with all 160 of <ahref="http://glyphicons.com"target="_blank">Glyphicons</a> Halflings set, all available in font formats for easy coloring, sizing, and placement.</p>
<p>Bootstrap comes with all 160 of <ahref="http://glyphicons.com"target="_blank">Glyphicons</a> Halflings set, all available in font formats for easy coloring, sizing, and placement.</p>
@@ -2083,7 +2083,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2083,7 +2083,7 @@ For example, <code><section></code> should be wrapped as inline.
<h2>How to use</h2>
<h2>How to use</h2>
<p>Add the appropriate class to any inline element. All icon classes are prefixed with <code>glyphicon-</code> for easy styling. To use, place the following code just about anywhere:</p>
<p>Add the appropriate class to any inline element. All icon classes are prefixed with <code>glyphicon-</code> for easy styling. To use, place the following code just about anywhere:</p>
{% highlight html linenos %}
{% highlight html linenos %}
<spanclass="glyphicon-search"></span>
<spanclass="glyphicon glyphicon-search"></span>
{% endhighlight %}
{% endhighlight %}
<p>Want to change the icon color? Just change the <code>color</code> of the parent element.</p>
<p>Want to change the icon color? Just change the <code>color</code> of the parent element.</p>
<p>When using beside strings of text, as in buttons or nav links, be sure to leave a space after the icon for proper spacing.</p>
<p>When using beside strings of text, as in buttons or nav links, be sure to leave a space after the icon for proper spacing.</p>
...
@@ -2098,20 +2098,20 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2098,20 +2098,20 @@ For example, <code><section></code> should be wrapped as inline.