Skip to content

Instantly share code, notes, and snippets.

@josesayago
Created July 19, 2013 17:28
Show Gist options
  • Select an option

  • Save josesayago/6040897 to your computer and use it in GitHub Desktop.

Select an option

Save josesayago/6040897 to your computer and use it in GitHub Desktop.
Network Latest Posts Unordered Lists HTML Nodes & CSS Classes.
<div class="nlposts-container nlposts-ulist-container">
<ul class="nlposts-wrapper nlposts-ulist nav nav-tabs nav-stacked">
<li class="nlposts-ulist-litem">
<ul class="nlposts-ulist-thumbnail thumbnails">
<li class="nlposts-ulist-thumbnail-litem span3">
<div class="thumbnail">
<a href="#"><img src="http://placehold.it/135x135" alt="" title=""></a>
<div class="nlposts-caption">
<h3 class="nlposts-ulist-title">
<a href="#">Post Title</a>
</h3>
<ul class="nlposts-ulist-excerpt">
<li>Excerpt content</li>
</ul>
</div>
</div>
</li>
</ul>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment