Skip to content

Instantly share code, notes, and snippets.

@redesigned
Created October 30, 2013 09:05
Show Gist options
  • Save redesigned/7229350 to your computer and use it in GitHub Desktop.
Save redesigned/7229350 to your computer and use it in GitHub Desktop.
Lists
/* ## Image Bullets ## */
.my-list { list-style-image: url('./images/bullet.png'); }
/* ## Default Styles Reset ## */
.std ol li { list-style: decimal outside none; display: list-item; margin-left: 1em; }
.std ul li { list-style: disc outside none; display: list-item; margin-left: 1em; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment