Skip to content

Instantly share code, notes, and snippets.

@hslavich
Created September 27, 2012 20:04
Show Gist options
  • Save hslavich/3796169 to your computer and use it in GitHub Desktop.
Save hslavich/3796169 to your computer and use it in GitHub Desktop.
Twitter bootstrap menu dropdown on hover
a.menu:after, .dropdown-toggle:after {
content: none;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
display: block;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment