Skip to content

Instantly share code, notes, and snippets.

@radiosilence
Created September 26, 2012 17:28
Show Gist options
  • Save radiosilence/3789360 to your computer and use it in GitHub Desktop.
Save radiosilence/3789360 to your computer and use it in GitHub Desktop.
ul.nav-bar {
@include rounded($color8);
li, li.active, li.has-flyout, li:hover, li.active:hover,
li:last-child {
@include display-font;
background-color: transparent;
a, a:first-child {
font-size: 16px;
}
border: 0;
}
li:hover, li.active:hover {
> a {
cursor: pointer;
text-decoration: underline;
}
}
li.right{
float: right;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment