diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index c6078d9fc..0ce1a29eb 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index 67353828e..172fbcf20 100644 --- a/docs/components.html +++ b/docs/components.html @@ -176,9 +176,8 @@

Checkbox and radio flavors

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 the Javascript docs for that.

Get the javascript »

-
-

Heads up

-

CSS for button groups is in a separate file, button-groups.less.

+

Dropdowns in button groups

+

Heads up! Buttons with dropdowns must be individually wrapped in their own .btn-group within a .btn-toolbar for proper rendering.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 54f354932..3a176fa44 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -100,9 +100,8 @@

{{_i}}Checkbox and radio flavors{{/i}}

{{_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 the Javascript docs for that.{{/i}}

{{_i}}Get the javascript »{{/i}}

-
-

{{_i}}Heads up{{/i}}

-

{{_i}}CSS for button groups is in a separate file, button-groups.less.{{/i}}

+

{{_i}}Dropdowns in button groups{{/i}}

+

{{_i}}Heads up!{{/i}} {{_i}}Buttons with dropdowns must be individually wrapped in their own .btn-group within a .btn-toolbar for proper rendering.{{/i}}