Skip to content

Instantly share code, notes, and snippets.

@dhg
Created September 3, 2012 00:26
Show Gist options
  • Save dhg/3605892 to your computer and use it in GitHub Desktop.
Save dhg/3605892 to your computer and use it in GitHub Desktop.
List with buttons
<ul class="list">
<li>List item 1 <a class="button">Button</a></li>
<li>List item 2 <a class="button-main">Button</a></li>
<li>List item 3 <a class="button-positive">Button</a></li>
<li>List item 4 <a class="button-negative">Button</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment