logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 508d0f063ef877e1df5f8236e3216fd2c78b6df7
parent 5fa36eb7390759db8f5fbe1a602fa754bdccee3b
Author: Noémi Ványi <sitbackandwait@gmail.com>
Date:   Thu, 29 Dec 2016 00:21:18 +0100

[enh] make number of results less prominent

Diffstat:

Msearx/templates/oscar/results.html9+--------
1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/searx/templates/oscar/results.html b/searx/templates/oscar/results.html @@ -92,14 +92,7 @@ <div class="col-sm-4" id="sidebar_results"> {% if number_of_results != '0' %} - <div class="panel panel-default"> - <div class="panel-heading"> - <h4 class="panel-title">{{ _('Number of results') }}</h4> - </div> - <div class="panel-body"> - {{ number_of_results }} - </div> - </div> + <p><small>{{ _('Number of results') }}: {{ number_of_results }}</small></p> {% endif %} {% if infoboxes %} {% for infobox in infoboxes %}