]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix second part of #1962
authorMark Otto <markotto@twitter.com>
Tue, 21 Feb 2012 21:52:02 +0000 (13:52 -0800)
committerMark Otto <markotto@twitter.com>
Tue, 21 Feb 2012 21:52:02 +0000 (13:52 -0800)
docs/assets/bootstrap.zip
docs/components.html
docs/templates/pages/components.mustache

index c6078d9fc915738d0a1da1052e5424b42b54231b..0ce1a29eb64ffe26bc0853f8503b0449bf338b0f 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 67353828e891068dc337b7d974d38edbed31bf72..172fbcf20d7e4fa90b8f9c01a3d7c5ed1c7cc2db 100644 (file)
       <h3>Checkbox and radio flavors</h3>
       <p>Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View <a href="./javascript.html#buttons">the Javascript docs</a> for that.</p>
       <p><a class="btn js-btn" href="./javascript.html#buttons">Get the javascript &raquo;</a></p>
-      <hr>
-      <h4 class="muted">Heads up</h4>
-      <p class="muted">CSS for button groups is in a separate file, button-groups.less.</p>
+      <h3>Dropdowns in button groups</h3>
+      <p><span class="label label-info">Heads up!</span> Buttons with dropdowns must be individually wrapped in their own <code>.btn-group</code> within a <code>.btn-toolbar</code> for proper rendering.</p>
     </div>
   </div>
 </section>
index 54f35493248b23188dfb63c615b914643046891b..3a176fa446acca5639e11b3dd94c4107f3b9122d 100644 (file)
       <h3>{{_i}}Checkbox and radio flavors{{/i}}</h3>
       <p>{{_i}}Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View <a href="./javascript.html#buttons">the Javascript docs</a> for that.{{/i}}</p>
       <p><a class="btn js-btn" href="./javascript.html#buttons">{{_i}}Get the javascript &raquo;{{/i}}</a></p>
-      <hr>
-      <h4 class="muted">{{_i}}Heads up{{/i}}</h4>
-      <p class="muted">{{_i}}CSS for button groups is in a separate file, button-groups.less.{{/i}}</p>
+      <h3>{{_i}}Dropdowns in button groups{{/i}}</h3>
+      <p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}Buttons with dropdowns must be individually wrapped in their own <code>.btn-group</code> within a <code>.btn-toolbar</code> for proper rendering.{{/i}}</p>
     </div>
   </div>
 </section>