Created
September 19, 2012 11:23
-
-
Save mikeyakymenko/3749143 to your computer and use it in GitHub Desktop.
Number list with sub list on css
This file contains 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
ol>li{ | |
display:block | |
} | |
ol>li:before{ | |
content:counters(item,".") ". "; | |
counter-increment:item | |
} | |
ol{ | |
counter-reset:item | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Number ordered list with sub
Simple way to do this
1 - aa
1.1 -bb
2 - cc