diff options
| author | Mark Otto <[email protected]> | 2014-06-09 21:45:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-09 21:45:55 -0700 |
| commit | 2535f7c79ad98bcb372636c9c6ff90841ffd1c37 (patch) | |
| tree | aaa44c9744cca4aff3af04dc20c3e22dfd84f423 /docs/_includes/components/dropdowns.html | |
| parent | 2213a5b756ad01042bd6e68b9a17f591ca62e977 (diff) | |
| download | bootstrap-2535f7c79ad98bcb372636c9c6ff90841ffd1c37.tar.xz bootstrap-2535f7c79ad98bcb372636c9c6ff90841ffd1c37.zip | |
fixes #13769
Diffstat (limited to 'docs/_includes/components/dropdowns.html')
| -rw-r--r-- | docs/_includes/components/dropdowns.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 93da73250..4889c64f2 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -7,7 +7,7 @@ <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.</p> <div class="bs-example"> <div class="dropdown clearfix"> - <button class="btn dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown"> + <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown"> Dropdown <span class="caret"></span> </button> @@ -22,7 +22,7 @@ </div><!-- /example --> {% highlight html %} <div class="dropdown"> - <button class="btn dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown"> + <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown"> Dropdown <span class="caret"></span> </button> @@ -56,7 +56,7 @@ <p>Add a header to label sections of actions in any dropdown menu.</p> <div class="bs-example"> <div class="dropdown clearfix"> - <button class="btn dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown"> + <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown"> Dropdown <span class="caret"></span> </button> @@ -85,7 +85,7 @@ <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"> - <button class="btn dropdown-toggle" type="button" id="dropdownMenu3" data-toggle="dropdown"> + <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu3" data-toggle="dropdown"> Dropdown <span class="caret"></span> </button> |
