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/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/dropdowns.html')
| -rw-r--r-- | docs/_includes/components/dropdowns.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 1c0a3c5a2..2ad269282 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -3,7 +3,7 @@ <p class="lead">Toggleable, contextual menu for displaying lists of links. Made interactive with the <a href="../javascript/#dropdowns">dropdown JavaScript plugin</a>.</p> - <h3 id="dropdowns-example">Example</h3> + <h2 id="dropdowns-example">Example</h2> <p>Wrap the dropdown's trigger and the dropdown menu within <code>.dropdown</code>, or another element that declares <code>position: relative;</code>. Then add the menu's HTML. Dropdown menus can be changed to expand upwards (instead of downwards) by adding <code>.dropup</code> to the parent.</p> <div class="bs-example" data-example-id="static-dropdown"> <div class="dropdown clearfix"> @@ -56,7 +56,7 @@ </div> {% endhighlight %} - <h3 id="dropdowns-alignment">Alignment</h3> + <h2 id="dropdowns-alignment">Alignment</h2> <p>By default, a dropdown menu is automatically positioned 100% from the top and along the left side of its parent. Add <code>.dropdown-menu-right</code> to a <code>.dropdown-menu</code> to right align the dropdown menu.</p> <div class="bs-callout bs-callout-warning" id="callout-dropdown-positioning"> <h4>May require additional positioning</h4> @@ -72,7 +72,7 @@ </ul> {% endhighlight %} - <h3 id="dropdowns-headers">Headers</h3> + <h2 id="dropdowns-headers">Headers</h2> <p>Add a header to label sections of actions in any dropdown menu.</p> <div class="bs-example"> <div class="dropdown clearfix"> @@ -98,7 +98,7 @@ </ul> {% endhighlight %} - <h3 id="dropdowns-divider">Divider</h3> + <h2 id="dropdowns-divider">Divider</h2> <p>Add a divider to separate series of links in a dropdown menu.</p> <div class="bs-example"> <div class="dropdown clearfix"> @@ -123,7 +123,7 @@ </ul> {% endhighlight %} - <h3 id="dropdowns-disabled">Disabled menu items</h3> + <h2 id="dropdowns-disabled">Disabled menu items</h2> <p>Add <code>.disabled</code> to a <code><li></code> in the dropdown to disable the link.</p> <div class="bs-example"> <div class="dropdown clearfix"> |
