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 %} -
+