From e2a602d16dfad5325960dec0a16ee2b88560a36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 9 Aug 2020 15:44:44 +0200 Subject: Add basic (semi broken) paginator to HTML search. --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 23561a73..e2b6a8d1 100644 --- a/static/style.css +++ b/static/style.css @@ -662,6 +662,14 @@ along with their colors. .clock-24 { top: calc(100%/24 * 24); } +/* Search page +---------------------------------------- + */ + +.paginator a { + padding: 1em; +} + /* Popups ---------------------------------------- */ -- cgit v1.2.3