aboutsummaryrefslogtreecommitdiff
path: root/docs
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
parentd7b8a9c9303f1f1bd69ae02f74bb17aaa87a2ceb (diff)
downloadbootstrap-b1f38bbea85c313f1a9512c821de1255e2a0d537.tar.xz
bootstrap-b1f38bbea85c313f1a9512c821de1255e2a0d537.zip
update icon examples to show icons in differently sized buttons
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--docs/base-css.html4
-rw-r--r--docs/templates/pages/base-css.mustache4
3 files changed, 9 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 9c8aaee5a..0783aa7ee 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jan 27 13:35:54 PST 2012
+ * Date: Fri Jan 27 13:38:50 PST 2012
*/
article,
aside,
diff --git a/docs/base-css.html b/docs/base-css.html
index 2cab601df..7968c70b3 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1477,6 +1477,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> Refresh</a>
+ <a class="btn small" href="#"><i class="icon cog"></i> Settings</a>
+ </p>
</div>
<div class="span3">
<p>Or, use them in navigation.</p>
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>