From 247c9144f20572be29aa8f0911dd1aa1824007b1 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sat, 19 Oct 2013 19:55:43 +0200 Subject: [PATCH] [enh] smaller search form @ results page --- searx/static/css/style.css | 2 ++ searx/templates/results.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index e9d032dfd..79e7ca2cb 100644 --- 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 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 %}