diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html index 9abf562945..5f61bfc05e 100644 --- a/docs/_includes/components/button-groups.html +++ b/docs/_includes/components/button-groups.html @@ -15,7 +15,7 @@

In addition, groups and toolbars should be given an explicit label, as most assistive technologies will otherwise not announce them, despite the presence of the correct role attribute. In the examples provided here, we use aria-label, but alternatives such as aria-labelledby can also be used.

-

Basic example

+

Basic example

Wrap a series of buttons with .btn in .btn-group.

@@ -32,7 +32,7 @@
{% endhighlight %} -

Button toolbar

+

Button toolbar

Combine sets of <div class="btn-group"> into a <div class="btn-toolbar"> for more complex components.

{% endhighlight %} -

Sizing

+

Sizing

Instead of applying button sizing classes to every button in a group, just add .btn-group-* to each .btn-group, including when nesting multiple groups.

@@ -94,7 +94,7 @@
...
{% endhighlight %} -

Nesting

+

Nesting

Place a .btn-group within another .btn-group when you want dropdown menus mixed with a series of buttons.

@@ -131,7 +131,7 @@
{% endhighlight %} -

Vertical variation

+

Vertical variation

Make a set of buttons appear vertically stacked rather than horizontally. Split button dropdowns are not supported here.

@@ -187,7 +187,7 @@
{% endhighlight %} -

Justified button groups

+

Justified button groups

Make a group of buttons stretch at equal sizes to span the entire width of its parent. Also works with button dropdowns within the button group.