Skip to content

Commit

Permalink
100px mx for humbs
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Feb 5, 2012
1 parent fa04e2a commit 17f21e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/bootstrap/app/article/list.load
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<div class="row list-article-row">
<div class="span2" style="padding:10px">
{{=A(IMG(_src=get_image(article.thumbnail, article.content_type_id.identifier), _width=100, _height=100), _href=CURL('article', 'show', args=[article.id, article.slug], extension=False))}}<br />
{{=A(IMG(_src=get_image(article.thumbnail, article.content_type_id.identifier), _width=100, _height=100, _style="max-height:100px;"), _href=CURL('article', 'show', args=[article.id, article.slug], extension=False))}}<br />
<span class="list-article-like"><i class="icon-leaf"></i>{{=T("%s likes", article.likes or 0)}}</span>
</div>
<div class="span8" style="padding:10px">
Expand Down

0 comments on commit 17f21e1

Please sign in to comment.