From 4702ee5a27dd8040243d8e77295a3fbf22aedd03 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 14 Nov 2008 00:25:05 +0000 Subject: [PATCH] Remove width from message body style... it doesn't actually work. The only shrink-to-content I can find with CSS is float, which opens up a whole different can of worms. --- web/root/sajax-forum/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/root/sajax-forum/style.css b/web/root/sajax-forum/style.css index 3e557cbac4..63cb3854ce 100644 --- a/web/root/sajax-forum/style.css +++ b/web/root/sajax-forum/style.css @@ -80,7 +80,6 @@ body { background-color: black; white-space: pre; font-family: monospace; - width: 80em; } .replies { -- GitLab