Commit 98d44640 authored by Kevin Kirsche's avatar Kevin Kirsche
Browse files

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.
parent 5688fc8d
Showing with 2 additions and 3 deletions
+2 -3
...@@ -33,10 +33,9 @@ ...@@ -33,10 +33,9 @@
</div> </div>
{% endhighlight %} {% 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> <p>Trigger dropdown menus above elements by adding <code>.dropup</code> to the parent.</p>
<div class="bs-example" data-example-id="static-dropup">
<div class="bs-example" data-example-id="static-dropdown">
<div class="dropup clearfix"> <div class="dropup clearfix">
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-expanded="true"> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-expanded="true">
Dropdown Dropdown
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment