1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

add a quick little example of icons in buttons

This commit is contained in:
Mark Otto 2012-01-05 01:36:05 -08:00
parent fb9401b355
commit a13ab64870

View file

@ -1323,6 +1323,9 @@ Form states
<p>Essentially, anywhere you can put an <code>&lt;i&gt;</code> tag, you can put an icon.</p>
</div>
</div>
<h3>Examples</h3>
<p><a class="btn" href="#"><i class="check"></i> Button</a></p>
</section>