diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-30 00:08:17 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-30 00:08:17 +0100 |
commit | 9ba17fce4766eb1a73a84a887e39d6abceacd620 (patch) | |
tree | 0bd7c5dab8cd22b689267d3edf9ec26ef63b141e /searx/static/css | |
parent | 5d54c7d5001f8a06321f05174b13a5d839ac5240 (diff) | |
download | searxng-9ba17fce4766eb1a73a84a887e39d6abceacd620.tar.gz searxng-9ba17fce4766eb1a73a84a887e39d6abceacd620.zip |
[fix] pagination position
Diffstat (limited to 'searx/static/css')
-rw-r--r-- | searx/static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |