diff options
| author | Mark Otto <[email protected]> | 2012-01-05 01:36:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-05 01:36:05 -0800 |
| commit | a13ab64870f40a67ffd85532c30620f8001d0822 (patch) | |
| tree | 04e1b5ac5404a97d9b2ab50c290b2cded25223df /docs/base-css.html | |
| parent | fb9401b355366452d310d39f51224999da4daa82 (diff) | |
| download | bootstrap-a13ab64870f40a67ffd85532c30620f8001d0822.tar.xz bootstrap-a13ab64870f40a67ffd85532c30620f8001d0822.zip | |
add a quick little example of icons in buttons
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index c07263495..37fa97ba8 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1323,6 +1323,9 @@ Form states <p>Essentially, anywhere you can put an <code><i></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> |
