diff options
| author | Mark Otto <[email protected]> | 2012-02-02 09:57:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-02 09:57:22 -0800 |
| commit | 9ab843b936a6bc9889f0f55a83f13cb25a3990bd (patch) | |
| tree | 121b02634d6421cddfbd14121922ba5eedac0291 /docs/base-css.html | |
| parent | e92e9f1138d8aa6a7ccc640ce3fb091bbf07acfd (diff) | |
| download | bootstrap-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.html | 2 |
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, <code>section</code> 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> |
