[enh] more compact image view

This commit is contained in:
asciimoo 2013-10-27 00:12:04 +02:00
parent be42683cbc
commit 4ebf8389e8
2 changed files with 6 additions and 4 deletions

View file

@ -1,8 +1,6 @@
<div class="image_result">
<p>
<span class="engines">{{ result.engine }}</span><br />
<a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title={{ result.title }}/></a>
<br />
<span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span>
</p>
</div>