From f051b937350223b2665c1ae645589302a95f2116 Mon Sep 17 00:00:00 2001
From: citrons <citrons@mondecitronne.com>
Date: Mon, 16 Jun 2025 23:22:12 -0500
Subject: pagination CSS tweak

---
 apioforum/static/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apioforum/static/style.css b/apioforum/static/style.css
index 0da7216..d7247e2 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -199,7 +199,7 @@ nav.pages {
 	padding: 5px;
 	border: 1px solid var(--border-colour);
 	background-color: var(--alternating-colour-even);
-	top: 0;
+	top: -1px;
 }
 .pages-top { position: sticky; }
 
-- 
cgit v1.2.3