From 106445aea8befb53fc4b99c47cc34504d14df442 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Mon, 23 Feb 2015 21:23:50 -0500 Subject: [PATCH] Normalized the heading hierarchy in the documentation for the Button dropdowns component. --- docs/_includes/components/button-dropdowns.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.