Skip to content

Instantly share code, notes, and snippets.

@dhg
Created September 3, 2012 00:20
Show Gist options
  • Save dhg/3605842 to your computer and use it in GitHub Desktop.
Save dhg/3605842 to your computer and use it in GitHub Desktop.
List with chevrons
<ul class="list">
<li>List item 1 <span class="chevron"></span></li>
<li>List item 2 <span class="chevron"></span></li>
<li>List item 3 <span class="chevron"></span></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment