Skip to content

Instantly share code, notes, and snippets.

@dhg
Created September 3, 2012 00:21
Show Gist options
  • Select an option

  • Save dhg/3605851 to your computer and use it in GitHub Desktop.

Select an option

Save dhg/3605851 to your computer and use it in GitHub Desktop.
List with counts
<ul class="list">
<li>List item 1 <span class="count">4</span></li>
<li>List item 2 <span class="count">1</span></li>
<li>List item 3 <span class="count">5</span></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment