Skip to content

Instantly share code, notes, and snippets.

@zack-shoylev
Created December 11, 2013 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zack-shoylev/7919572 to your computer and use it in GitHub Desktop.
Save zack-shoylev/7919572 to your computer and use it in GitHub Desktop.
ul {
margin:6px 0 0 12px;
padding:0;
}
ul li {
list-style-type:square;
margin:0 0 8px;
padding:0;
}
ol {
margin:6px 0 0 18px;
padding:0;
}
ol li {
margin:0 15px 8px; // was: margin:0 0 8px;
padding:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment