diff options
| author | Kevin Kirsche <[email protected]> | 2015-01-27 17:01:59 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-01-27 17:01:59 -0500 |
| commit | 5688fc8d6592b8092ffe333feeb4b234de540b6a (patch) | |
| tree | 17143769e2f5089d8e08e9cef048749efb566bc7 | |
| parent | dc50153c933d1edbb28064ca13815ad7a6e15516 (diff) | |
| download | bootstrap-5688fc8d6592b8092ffe333feeb4b234de540b6a.tar.xz bootstrap-5688fc8d6592b8092ffe333feeb4b234de540b6a.zip | |
Complete @vsn4ik's requests
* Remove `<h3>Example</h3>;`
* Move `data-example-id=""` to `<h3>Dropup Variation</h3>` and change value;
| -rw-r--r-- | docs/_includes/components/dropdowns.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index f2ddfb28b..9dba78901 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -33,10 +33,9 @@ </div> {% endhighlight %} - <h3>Dropup Variation</h3> + <h3 id="dropdowns-dropup">Dropup Variation</h3> <p>Trigger dropdown menus above elements by adding <code>.dropup</code> to the parent.</p> - <h3 id="dropdowns-dropup-variation">Example</h3> <div class="bs-example" data-example-id="static-dropdown"> <div class="dropup clearfix"> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-expanded="true"> |
