Skip to content

Instantly share code, notes, and snippets.

@adamstac
Created August 14, 2009 04:23
Show Gist options
  • Select an option

  • Save adamstac/167644 to your computer and use it in GitHub Desktop.

Select an option

Save adamstac/167644 to your computer and use it in GitHub Desktop.
#nav_main
height: 30px
overflow: hidden
position: relative
ul
width: 100%
ul, li, a
+float("left")
li
margin-right: 2px
a
color: #fff
line-height: 30px
padding: 0 14px
text-decoration: none
&:hover
text-decoration: underline
.toggle
position: absolute
top: 0
right: 0
color: #fff
line-height: 30px
padding: 0 14px
text-decoration: none
&:hover
cursor: pointer
text-decoration: underline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment