mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 07:50:23 +00:00
Complete @vsn4ik's requests
* Remove `<h3>Example</h3>;` * Move `data-example-id=""` to `<h3>Dropup Variation</h3>` and change value;
This commit is contained in:
parent
dc50153c93
commit
5688fc8d65
1 changed files with 1 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue