logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 247c9144f20572be29aa8f0911dd1aa1824007b1
parent: a8736f071350a08a5e66a9886dbf2c170148b53b
Author: asciimoo <asciimoo@gmail.com>
Date:   Sat, 19 Oct 2013 19:55:43 +0200

[enh] smaller search form @ results page

Diffstat:

Msearx/static/css/style.css2++
Msearx/templates/results.html4+++-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/searx/static/css/style.css b/searx/static/css/style.css @@ -23,3 +23,5 @@ a { text-decoration: none; } .q { width: 30em; } .engines { color: #888888; } + +.small p { margin: 2px 0; } diff --git a/searx/templates/results.html b/searx/templates/results.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% block content %} -{% include 'search.html' %} +<div class="small"> + {% include 'search.html' %} +</div> <div id="results"> {% for result in results %} <div class="result">