Skip to content

Instantly share code, notes, and snippets.

@salieridk
Created April 18, 2012 12:06
Show Gist options
  • Select an option

  • Save salieridk/2413139 to your computer and use it in GitHub Desktop.

Select an option

Save salieridk/2413139 to your computer and use it in GitHub Desktop.
CSS: reset ul
ul
{
list-style: none;
padding: 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment