Created
September 3, 2012 00:32
-
-
Save dhg/3605904 to your computer and use it in GitHub Desktop.
Inset and bordered 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
<ul class="list inset"> | |
<li>List item 1</li> | |
<li>List item 2</li> | |
<li class="list-divider">List Divider</li> | |
<li>List item 3</li> | |
<li>List item 4</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment