diff options
| author | Mark Otto <[email protected]> | 2015-02-24 16:43:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-02-24 16:43:22 -0800 |
| commit | b7b69cd35301d4acdf69d09e1dbb1f4445551b2a (patch) | |
| tree | 0052099ed7d13b10bc38b24d458637cae5bc5941 /docs/_includes/components/button-dropdowns.html | |
| parent | 05513c52c4b31db3646639ba4e1b8a5ee7271ae9 (diff) | |
| parent | be164f4d1a8703144cfed588ed53d7ec432149e4 (diff) | |
| download | bootstrap-b7b69cd35301d4acdf69d09e1dbb1f4445551b2a.tar.xz bootstrap-b7b69cd35301d4acdf69d09e1dbb1f4445551b2a.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/_includes/components/button-dropdowns.html')
| -rw-r--r-- | docs/_includes/components/button-dropdowns.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/_includes/components/button-dropdowns.html b/docs/_includes/components/button-dropdowns.html index e63e9eedd..1e707c4ba 100644 --- a/docs/_includes/components/button-dropdowns.html +++ b/docs/_includes/components/button-dropdowns.html @@ -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"> @@ -194,7 +194,7 @@ </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"> @@ -272,7 +272,7 @@ </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"> |
