aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 13:39:19 -0800
committerMark Otto <[email protected]>2012-01-27 13:39:19 -0800
commitb1f38bbea85c313f1a9512c821de1255e2a0d537 (patch)
treea67ff6a639222e064919976ac1c151c1a33a28ed /docs/templates
parentd7b8a9c9303f1f1bd69ae02f74bb17aaa87a2ceb (diff)
downloadbootstrap-b1f38bbea85c313f1a9512c821de1255e2a0d537.tar.xz
bootstrap-b1f38bbea85c313f1a9512c821de1255e2a0d537.zip
update icon examples to show icons in differently sized buttons
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index c3d10eb08..cf3e88c98 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1412,6 +1412,10 @@
<a class="btn" href="#"><i class="icon align-justify"></i></a>
</div>
</div>
+ <p>
+ <a class="btn large" href="#"><i class="icon refresh"></i> {{_i}}Refresh{{/i}}</a>
+ <a class="btn small" href="#"><i class="icon cog"></i> {{_i}}Settings{{/i}}</a>
+ </p>
</div>
<div class="span3">
<p>{{_i}}Or, use them in navigation.{{/i}}</p>