]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add a quick little example of icons in buttons
authorMark Otto <markdotto@gmail.com>
Thu, 5 Jan 2012 09:36:05 +0000 (01:36 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 5 Jan 2012 09:36:05 +0000 (01:36 -0800)
docs/base-css.html

index c07263495cf2093eed2e0f9a74f4b343321c5163..37fa97ba85b5375da55e713dcec4cacb4f2085af 100644 (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>