Created
July 19, 2013 17:33
-
-
Save josesayago/6040928 to your computer and use it in GitHub Desktop.
Network Latest Posts Block 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-block-container"> | |
| <div class="nlposts-wrapper nlposts-block content"> | |
| <div class="nlposts-block-item"> | |
| <ul class="nlposts-block-thumbnail thumbnails"> | |
| <li class="nlposts-block-thumbnail-litem span3"> | |
| <a href="#"> | |
| <img src="http://placehold.it/135x135" alt="" title=""> | |
| </a> | |
| <div class="nlposts-caption"> | |
| <h3 class="nlposts-block-title"> | |
| <a href="#">Post Title</a> | |
| </h3> | |
| <div class="nlposts-block-excerpt"> | |
| <p>Excerpt content</p> | |
| </div> | |
| </div> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment