Created
November 7, 2012 04:24
-
-
Save agustinhaller/4029553 to your computer and use it in GitHub Desktop.
ul
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
<ul class="thumbnail autocomplete-list"> | |
<li class="autocomplete-item"> | |
<a href="#" title=""> | |
<img src="http://bumbea.com/site/img/resources/galaxy-s.jpeg" class="pull-left product-image img-polaroid"> | |
<div class="product-details pull-left"> | |
<h5>Galaxy S</h5> | |
<div class="product-rating"> | |
<i class="icon-star"></i> | |
<i class="icon-star"></i> | |
<i class="icon-star-empty"></i> | |
<i class="icon-star-empty"></i> | |
<i class="icon-star-empty"></i> | |
</div> | |
</div> | |
<div class="reviews-resume pull-right"> | |
<h4>6</h4> | |
<h5>Reviews</h5> | |
</div> | |
</a> | |
</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment