From 721e48a88479e112fec8bc1c432bc8407a0f805b Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Mon, 29 Jul 2024 12:23:13 +0200 Subject: Move stuff to CSS classes --- src/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/static/style.css') diff --git a/src/static/style.css b/src/static/style.css index 4784cb1..f0b6130 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -43,6 +43,12 @@ a { border-left: 1px solid #fff; border-right: 1px solid #000; } +.navCell-first { + border-left: none; +} +.navCell-fill { + border-right: none; +} .navCell a { display: block; padding: 4px 32px; -- cgit v1.2.3