Created
August 6, 2014 14:49
-
-
Save keithdevon/bbbc77cbabd722b46c2d to your computer and use it in GitHub Desktop.
ordered list #shift #tag #list
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 class="list-ordered"> | |
<li class="list-item">List item 1</li> | |
<li class="list-item">List item 2</li> | |
<li class="list-item">List item 3</li> | |
<li class="list-item">List item 3</li> | |
</ol> |
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
.list-item { | |
padding: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment