Skip to content

Instantly share code, notes, and snippets.

@ciriac
Created February 26, 2014 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ciriac/9229199 to your computer and use it in GitHub Desktop.
Save ciriac/9229199 to your computer and use it in GitHub Desktop.
Bootstrap: Media list
<ul class="media-list">
<li class="media">
<a class="pull-left" href="#">
<img class="media-object" src="" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">Media heading</h4>
</div>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment