Skip to content

Instantly share code, notes, and snippets.

@zanetaylor
Created August 28, 2013 18:42
Show Gist options
  • Save zanetaylor/6369675 to your computer and use it in GitHub Desktop.
Save zanetaylor/6369675 to your computer and use it in GitHub Desktop.
ul {
list-style: none;
li {
padding-left: 1em;
text-indent: -.7em;
}
li:before {
content: "\002022";
color: $lblue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment