diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-03 18:57:48 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-03 18:57:48 +0100 |
| commit | 9274a590452f0510a263f864f466d0ed7a746358 (patch) | |
| tree | d84e8a02a43ccacde139a0ef42184131dd9dcd57 /searx | |
| parent | bc12a76fbbfdb4769a254cda5e3cfdf262765107 (diff) | |
[fix] template_oscar: improve visualisation of video-results
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/templates/oscar/result_templates/videos.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html index f69134d6f..0d6cf50aa 100644 --- a/searx/templates/oscar/result_templates/videos.html +++ b/searx/templates/oscar/result_templates/videos.html @@ -7,7 +7,7 @@ <div class="container-fluid">
<div class="row">
- <img class="thumbnail col-xs-6 col-sm-4 col-md-4" src="{{ result.thumbnail|safe }}" />
+ <img class="thumbnail col-xs-6 col-sm-4 col-md-4 result-content" src="{{ result.thumbnail|safe }}" />
{% if result.content %}<p class="col-xs-12 col-sm-8 col-md-8 result-content">{{ result.content|safe }}</p>{% endif %}
</div>
</div>
|