logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 9274a590452f0510a263f864f466d0ed7a746358
parent bc12a76fbbfdb4769a254cda5e3cfdf262765107
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date:   Mon,  3 Nov 2014 18:57:48 +0100

[fix] template_oscar: improve visualisation of video-results

Diffstat:

Msearx/templates/oscar/result_templates/videos.html2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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>