From 3ca573f4b9923a98d1067551b6a319c11e965e5a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 16 Sep 2025 17:38:16 -0400 Subject: [PATCH] Fix logout link formatting Signed-off-by: Lukas Fleischer --- sitestatic/archweb.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index a650564f..9d40c522 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -1207,12 +1207,12 @@ ul.signoff-list { /* style input as a normal anchor */ input { - background: none!important; + background: none !important; border: none; - padding: 0!important; - /*optional*/ + padding: 0 0.5em !important; + /* optional */ font-family: arial, sans-serif; - font-size: 0.9em; + font-size: 100%; /*input has OS specific font-family*/ color: #07b; }