From 565db911a4ab98227d7d04f57974ffffa8bef402 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sat, 19 Oct 2013 23:25:37 +0200 Subject: [PATCH] [enh][mod] ui changes --- searx/static/css/style.css | 2 -- searx/templates/base.html | 4 +++- searx/templates/results.html | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 0ae826002..b41b13676 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -12,8 +12,6 @@ input { border: 2px solid #666666; color: #444444; padding: 8px; background-col a { text-decoration: none; } -#container { position: relative;} - .result_title { margin-bottom: 0; } .result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; } diff --git a/searx/templates/base.html b/searx/templates/base.html index 27b7dd26d..b435a0b5b 100644 --- a/searx/templates/base.html +++ b/searx/templates/base.html @@ -5,11 +5,13 @@ - searx {% block title %}{% endblock %} {% block styles %} {% endblock %} + {% block head %} + + {% endblock %}
diff --git a/searx/templates/results.html b/searx/templates/results.html index a6191259b..6f45e8bcd 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% block head %} {% endblock %} {% block content %}
searx | Number of results: {{ number_of_results }}