From 403afdc47221759408513d980687be04fd2db1cd Mon Sep 17 00:00:00 2001 From: Vegard Matthey Date: Mon, 8 Sep 2025 11:35:41 +0200 Subject: [PATCH] remove unused border and fix navbar width --- www/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/www/css/style.css b/www/css/style.css index adf49a7..0133fcd 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -67,7 +67,6 @@ nav { height: 3em; display: table; white-space: nowrap; - border: #024 0.1em solid; } nav #menu, nav #login { display: table-cell;