Skip to content

Instantly share code, notes, and snippets.

@krosenberg
Created February 25, 2014 18:27
Show Gist options
  • Save krosenberg/9214773 to your computer and use it in GitHub Desktop.
Save krosenberg/9214773 to your computer and use it in GitHub Desktop.
Markup for market items
<ul class="list-unstyled">
<li class="market-item">
<div class="market-item-image">
<div class="market-item-circle circle-image">
<img src="filename_of_image" width="40" height="40"/>
</div>
</div>
<h4 class="market-item-title primary-color">
<strong>Title goes here</strong>
</h4>
<p class="market-item-description">
A description goes here
</p>
</li>
<li class="market-item add-new glyphicon glyphicon-plus"></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment