]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Normalized the heading hierarchy in the documentation for the Button dropdowns component. 15886/head
authorSteven Black <steveb@stevenblack.com>
Tue, 24 Feb 2015 02:23:50 +0000 (21:23 -0500)
committerSteven Black <steveb@stevenblack.com>
Tue, 24 Feb 2015 02:23:50 +0000 (21:23 -0500)
docs/_includes/components/button-dropdowns.html

index e63e9eedd080bedeab82ddfa70abe435389a45a3..1e707c4bac44c7ccf6a9bff646d1e8aa2187c70f 100644 (file)
@@ -8,7 +8,7 @@
     <p>Button dropdowns require the <a href="../javascript/#dropdowns">dropdown plugin</a> to be included in your version of Bootstrap.</p>
   </div>
 
-  <h3 id="btn-dropdowns-single">Single button dropdowns</h3>
+  <h2 id="btn-dropdowns-single">Single button dropdowns</h2>
   <p>Turn a button into a dropdown toggle with some basic markup changes.</p>
   <div class="bs-example" data-example-id="single-button-dropdown">
     <div class="btn-group">
@@ -88,7 +88,7 @@
 </div>
 {% endhighlight %}
 
-  <h3 id="btn-dropdowns-split">Split button dropdowns</h3>
+  <h2 id="btn-dropdowns-split">Split button dropdowns</h2>
   <p>Similarly, create split button dropdowns with the same markup changes, only with a separate button.</p>
   <div class="bs-example" data-example-id="split-button-dropdown">
     <div class="btn-group">
 </div>
 {% endhighlight %}
 
-  <h3 id="btn-dropdowns-sizing">Sizing</h3>
+  <h2 id="btn-dropdowns-sizing">Sizing</h2>
   <p>Button dropdowns work with buttons of all sizes.</p>
   <div class="bs-example" data-example-id="button-dropdown-sizing">
     <div class="btn-toolbar" role="toolbar">
 </div>
 {% endhighlight %}
 
-  <h3 id="btn-dropdowns-dropup">Dropup variation</h3>
+  <h2 id="btn-dropdowns-dropup">Dropup variation</h2>
   <p>Trigger dropdown menus above elements by adding <code>.dropup</code> to the parent.</p>
   <div class="bs-example" data-example-id="button-dropdown-dropup">
     <div class="btn-toolbar" role="toolbar">