Skip to content

Instantly share code, notes, and snippets.

@neotericdesign
Created September 1, 2010 21:50
Show Gist options
  • Save neotericdesign/561435 to your computer and use it in GitHub Desktop.
Save neotericdesign/561435 to your computer and use it in GitHub Desktop.
@mixin menu{
padding:0;
margin:0;
list-style-type:none;
@include fixclear;
li{
margin:0;
padding:0;
float:left;
list-style-type:none;
a{
display:block;
text-decoration:none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment