diff options
| author | Mark Otto <[email protected]> | 2012-02-16 21:28:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-16 21:28:16 -0800 |
| commit | 268e7d67abb32ed5cfc575c71f03d635672e781c (patch) | |
| tree | 7d32b7d1b73dfe529e4f61368355bb357156c488 /docs/templates | |
| parent | 61e2201c64a9a61792680c2b1d236b0a753ed182 (diff) | |
| download | bootstrap-268e7d67abb32ed5cfc575c71f03d635672e781c.tar.xz bootstrap-268e7d67abb32ed5cfc575c71f03d635672e781c.zip | |
add mini buttons per #1971
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index f3d18ffd0..acb9cdcb2 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1237,7 +1237,7 @@ </div> <div class="span4"> <h3>{{_i}}Multiple sizes{{/i}}</h3> - <p>{{_i}}Fancy larger or smaller buttons? Add <code>.btn-large</code> or <code>.btn-small</code> for two additional sizes.{{/i}}</p> + <p>{{_i}}Fancy larger or smaller buttons? Add <code>.btn-large</code>, <code>.btn-small</code>, or <code>.btn-mini</code> for two additional sizes.{{/i}}</p> <p> <button class="btn btn-large btn-primary">{{_i}}Primary action{{/i}}</button> <button class="btn btn-large">{{_i}}Action{{/i}}</button> @@ -1246,6 +1246,10 @@ <button class="btn btn-small btn-primary">{{_i}}Primary action{{/i}}</button> <button class="btn btn-small">{{_i}}Action{{/i}}</button> </p> + <p> + <button class="btn btn-mini btn-primary">{{_i}}Primary action{{/i}}</button> + <button class="btn btn-mini">{{_i}}Action{{/i}}</button> + </p> <br> <h3>{{_i}}Disabled state{{/i}}</h3> <p>{{_i}}For disabled buttons, add the <code>.disabled</code> class to links and the <code>disabled</code> attribute for <code><button></code> elements.{{/i}}</p> |
