]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add mention of classes to use for button sizes
authorMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 17:57:22 +0000 (09:57 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 17:57:22 +0000 (09:57 -0800)
docs/assets/bootstrap.zip
docs/base-css.html
docs/templates/pages/base-css.mustache

index 12e0c76b24b95e99d192db4ca87cb1c504408a97..b4d58a8aced49f1ae0fdfdc02cf707f8088823a9 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 8c504d81475e12e5c28590c2d2107c9cdc549722..3c9e9a187d8faa92f3e606a1d5bbc0cdd894f409 100644 (file)
@@ -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>
index 27c9a96fd4b2398a3f5f38dacd4d1dfd289235a4..5c0444d1a8f2ae55747cb370efa9a5c8bcf08f89 100644 (file)
   <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>