From 55e41426401db932f6b445a64015cd7d348e0b75 Mon Sep 17 00:00:00 2001
From: echicken <echicken@bbs.electronicchicken.com>
Date: Fri, 26 Feb 2021 14:21:56 -0500
Subject: [PATCH] uh, margins on message div I guess.

---
 webv4/root/css/style.css | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/webv4/root/css/style.css b/webv4/root/css/style.css
index 4ab0863efe..51a61e5788 100644
--- a/webv4/root/css/style.css
+++ b/webv4/root/css/style.css
@@ -132,7 +132,7 @@ blockquote {
 }
 
 div.message {
-	margin: 1em 0 1em 1em;
+	margin: 1em 0 1em 0;
 }
 
 input.dropdown {
@@ -318,5 +318,3 @@ animation: indicator-fade 3s ease 0s 1 alternate !important;
 	color: #111;
 	background-color: #DDD;
 }
-
-
-- 
GitLab