From 9ba17fce4766eb1a73a84a887e39d6abceacd620 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Thu, 30 Jan 2014 00:08:17 +0100 Subject: [PATCH] [fix] pagination position --- searx/static/css/style.css | 4 ++++ searx/templates/results.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index a6e76b72..41adfb61 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -172,6 +172,10 @@ tr:hover td { background: #DDDDDD; } display: none; } +#pagination { + clear: both; +} + #apis { clear: both; } diff --git a/searx/templates/results.html b/searx/templates/results.html index fc552729..73bb0de7 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -20,7 +20,7 @@ {% endfor %} {% if paging %} -
+