Skip to content

Instantly share code, notes, and snippets.

@fulminator
Created January 7, 2013 11:39
Show Gist options
  • Save fulminator/4474407 to your computer and use it in GitHub Desktop.
Save fulminator/4474407 to your computer and use it in GitHub Desktop.
ul {
list-style-type:none;
}
li {
display: inline;
}
li a {
text-decoration: none;
background-color:#333;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment