From f0f784d1130a14329b6da75cde9e1465f5777cce Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 23 Oct 2024 21:35:46 +0200 Subject: [PATCH] style.css; fix missing semicolon --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index f42cbd10..85813cb3 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -923,7 +923,7 @@ form.ban-appeal textarea { display:inline!important; } pre { - margin:0 + margin: 0; display: inline!important; }