Created
October 30, 2013 09:05
-
-
Save redesigned/7229350 to your computer and use it in GitHub Desktop.
Lists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ## 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