unignore bower_components
[bootswatch] / bower_components / font-awesome / src / _includes / examples / animated-spinner.html
1 <section id="animated-spinner">
2   <h2 class="page-header">Animated Spinner</h2>
3   <div class="row">
4     <div class="span3">
5       Use the <code>icon-spin</code> class to get any icon to rotate. Works well with <code>icon-spinner</code> and
6       <code>icon-refresh</code>.
7     </div>
8     <div class="span9">
9       <div class="well well-large well-transparent lead">
10         <i class="icon-spinner icon-spin icon-large"></i> Spinner icon when loading content...
11       </div>
12 {% highlight html %}
13 <i class="icon-spinner icon-spin icon-large"></i> Spinner icon when loading content...
14 {% endhighlight %}
15       <p class="alert alert-info">
16         <i class="icon-info-sign"></i> CSS3 animations aren't supported in IE7 - IE9.
17       </p>
18     </div>
19   </div>
20 </section>