aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-02 09:57:22 -0800
committerMark Otto <[email protected]>2012-02-02 09:57:22 -0800
commit9ab843b936a6bc9889f0f55a83f13cb25a3990bd (patch)
tree121b02634d6421cddfbd14121922ba5eedac0291 /docs
parente92e9f1138d8aa6a7ccc640ce3fb091bbf07acfd (diff)
downloadbootstrap-9ab843b936a6bc9889f0f55a83f13cb25a3990bd.tar.xz
bootstrap-9ab843b936a6bc9889f0f55a83f13cb25a3990bd.zip
add mention of classes to use for button sizes
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin52356 -> 52356 bytes
-rw-r--r--docs/base-css.html2
-rw-r--r--docs/templates/pages/base-css.mustache2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 12e0c76b2..b4d58a8ac 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/base-css.html b/docs/base-css.html
index 8c504d814..3c9e9a187 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1262,7 +1262,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<div class="row">
<div class="span4">
<h3>Multiple sizes</h3>
- <p>Fancy larger or smaller buttons? Have at it!</p>
+ <p>Fancy larger or smaller buttons? Add <code>.btn-large</code> or <code>.btn-small</code> for two additional sizes.</p>
<p>
<a href="#" class="btn btn-large btn-primary">Primary action</a>
<a href="#" class="btn btn-large">Action</a>
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 27c9a96fd..5c0444d1a 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1186,7 +1186,7 @@
<div class="row">
<div class="span4">
<h3>{{_i}}Multiple sizes{{/i}}</h3>
- <p>{{_i}}Fancy larger or smaller buttons? Have at it!{{/i}}</p>
+ <p>{{_i}}Fancy larger or smaller buttons? Add <code>.btn-large</code> or <code>.btn-small</code> for two additional sizes.{{/i}}</p>
<p>
<a href="#" class="btn btn-large btn-primary">{{_i}}Primary action{{/i}}</a>
<a href="#" class="btn btn-large">{{_i}}Action{{/i}}</a>