Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 14, 2014 01:51
Show Gist options
  • Select an option

  • Save DeanPoulin/8411684 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8411684 to your computer and use it in GitHub Desktop.
Button Dropups
<div class="btn-group dropup">
<button type="button" class="btn btn-default">Dropup</button>
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<!-- Dropdown menu links -->
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment