From 9ba17fce4766eb1a73a84a887e39d6abceacd620 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Thu, 30 Jan 2014 00:08:17 +0100 Subject: [fix] pagination position --- searx/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'searx/static/css/style.css') diff --git a/searx/static/css/style.css b/searx/static/css/style.css index a6e76b726..41adfb61a 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; } -- cgit v1.2.3