diff options
| author | Chris Rebert <[email protected]> | 2015-02-19 16:01:04 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-19 16:01:04 -0800 |
| commit | e9afc74b016d638356b4174d261f7e88face09c2 (patch) | |
| tree | d4785b2541ba3c269ca3cffd10943efbc09e73b5 /docs/_includes | |
| parent | 89455afe97a267e7a37d5699d9f17e82630b8c04 (diff) | |
| download | bootstrap-e9afc74b016d638356b4174d261f7e88face09c2.tar.xz bootstrap-e9afc74b016d638356b4174d261f7e88face09c2.zip | |
Dropdown docs: Tweak .dropup copy
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/components/dropdowns.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index d28fcce39..1c0a3c5a2 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -4,7 +4,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> - <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 also be triggered above elements by adding <code>.dropup</code> to the parent.</p> + <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"> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true"> |
