Created
September 26, 2012 17:28
-
-
Save radiosilence/3789360 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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