diff options
| author | Kevin Kirsche <[email protected]> | 2015-01-28 13:47:02 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-01-28 13:47:02 -0500 |
| commit | 98d4464065b24cda9d1d1f893874cc0135997fa2 (patch) | |
| tree | 7ec6b932e62a4bdf2ec268006a8e97a2c7a688c9 | |
| parent | 5688fc8d6592b8092ffe333feeb4b234de540b6a (diff) | |
| download | bootstrap-98d4464065b24cda9d1d1f893874cc0135997fa2.tar.xz bootstrap-98d4464065b24cda9d1d1f893874cc0135997fa2.zip | |
Update per @vsn4ik's requests
data-example-id not need be moved. Only change, because data-example-id="static-dropdown" already exists.
Remove whitespace after h3.
Variation not need capitalize.
| -rw-r--r-- | docs/_includes/components/dropdowns.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 9dba78901..8b3e02912 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -33,10 +33,9 @@ </div> {% endhighlight %} - <h3 id="dropdowns-dropup">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> - - <div class="bs-example" data-example-id="static-dropdown"> + <div class="bs-example" data-example-id="static-dropup"> <div class="dropup clearfix"> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-expanded="true"> Dropdown |
