Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 11, 2014 10:26
Show Gist options
  • Select an option

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

Select an option

Save DeanPoulin/8369230 to your computer and use it in GitHub Desktop.
Dropdown Headers
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu2">
<li role="presentation" class="dropdown-header">Dropdown header</li>
...
<li role="presentation" class="divider"></li>
<li role="presentation" class="dropdown-header">Dropdown header</li>
...
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment