aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
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/base-css.html
parente92e9f1138d8aa6a7ccc640ce3fb091bbf07acfd (diff)
downloadbootstrap-9ab843b936a6bc9889f0f55a83f13cb25a3990bd.tar.xz
bootstrap-9ab843b936a6bc9889f0f55a83f13cb25a3990bd.zip
add mention of classes to use for button sizes
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
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>