Created
July 19, 2013 17:28
-
-
Save josesayago/6040897 to your computer and use it in GitHub Desktop.
Network Latest Posts Unordered Lists HTML Nodes & CSS Classes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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