Skip to content

Instantly share code, notes, and snippets.

@andreia
Created July 27, 2010 12:48
Show Gist options
  • Save andreia/492174 to your computer and use it in GitHub Desktop.
Save andreia/492174 to your computer and use it in GitHub Desktop.
#mydiv ul {
margin-left: 0;
padding-left: 0;
display: inline;
}
#mydiv ul li {
margin-left: 0;
padding-left: 2px;
list-style: none;
display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment