From 247c9144f20572be29aa8f0911dd1aa1824007b1 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sat, 19 Oct 2013 19:55:43 +0200 Subject: [enh] smaller search form @ results page --- searx/templates/results.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'searx/templates') diff --git a/searx/templates/results.html b/searx/templates/results.html index 192627ea3..287f71477 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% block content %} -{% include 'search.html' %} +
+ {% include 'search.html' %} +
{% for result in results %}
-- cgit v1.2.3