update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / _includes / examples / bordered-pulled.html
1 <section id="bordered-pulled">
2   <h2 class="page-header">Bordered & Pulled Icons</h2>
3   <div class="row">
4     <div class="col-md-3 col-sm-4">
5       <p>
6         <i class="fa fa-quote-left fa-2x pull-left fa-border"></i>
7         Use a few styles together and you'll have easy pull quotes or a great introductory article icon.
8       </p>
9     </div>
10     <div class="col-md-9 col-sm-8">
11       <p>
12         Use <code>fa-border</code> and <code>pull-right</code> or <code>pull-left</code> for easy pull quotes or
13         article graphics.
14       </p>
15 {% highlight html %}
16 <i class="fa fa-quote-left fa-2x pull-left fa-border"></i>
17 Use a few styles together and you'll have easy pull quotes or a great introductory article icon.
18 {% endhighlight %}
19     </div>
20   </div>
21 </section>