commit: 9ba17fce4766eb1a73a84a887e39d6abceacd620
parent: 5d54c7d5001f8a06321f05174b13a5d839ac5240
Author: asciimoo <asciimoo@gmail.com>
Date: Thu, 30 Jan 2014 00:08:17 +0100
[fix] pagination position
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git 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
@@ -20,7 +20,7 @@
{% endfor %}
{% if paging %}
- <div id="paging">
+ <div id="pagination">
{% if pageno > 1 %}
<form method="post" action="/">
<div class="left">