Skip to content

Instantly share code, notes, and snippets.

@joeyblake
Created September 14, 2011 20:45
Show Gist options
  • Save joeyblake/1217739 to your computer and use it in GitHub Desktop.
Save joeyblake/1217739 to your computer and use it in GitHub Desktop.
ul li Navigation Boilerplate
ul{
list-style:none;
margin: 0;
padding: 0;
}
ul li{float:left;}
ul li a{
display:block;
float:left;
padding:6px;
margin-right:6px;
text-decoration:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment