From: Steven Black Date: Tue, 24 Feb 2015 02:23:50 +0000 (-0500) Subject: Normalized the heading hierarchy in the documentation for the Button dropdowns component. X-Git-Tag: v3.3.4~83^2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=106445aea8befb53fc4b99c47cc34504d14df442;p=thirdparty%2Fbootstrap.git Normalized the heading hierarchy in the documentation for the Button dropdowns component. --- 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.