diff --git a/docs/_includes/components/button-dropdowns.html b/docs/_includes/components/button-dropdowns.html index e63e9eedd0..1e707c4bac 100644 --- a/docs/_includes/components/button-dropdowns.html +++ b/docs/_includes/components/button-dropdowns.html @@ -8,7 +8,7 @@

Button dropdowns require the dropdown plugin to be included in your version of Bootstrap.

-

Single button dropdowns

+

Single button dropdowns

Turn a button into a dropdown toggle with some basic markup changes.

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

Split button dropdowns

+

Split button dropdowns

Similarly, create split button dropdowns with the same markup changes, only with a separate button.

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

Sizing

+

Sizing

Button dropdowns work with buttons of all sizes.

{% endhighlight %} -

Dropup variation

+

Dropup variation

Trigger dropdown menus above elements by adding .dropup to the parent.