From 929640aa3fbb496c404b584d95c4d8001f667a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 9 Aug 2020 22:15:34 +0200 Subject: Add paginator, use in in html and term. --- static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index e2b6a8d1..563a8fa1 100644 --- a/static/style.css +++ b/static/style.css @@ -666,8 +666,9 @@ along with their colors. ---------------------------------------- */ -.paginator a { - padding: 1em; +.paginator > * { + padding-left: 1em; + display: inline-block; } /* Popups -- cgit v1.2.3