From 151e5b0e5107b7ea44b56022ad41271d720da0ca Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 15 Nov 2017 16:43:16 -0800 Subject: [PATCH] app: Remove column-middle background color. The declaration making the background color white seems to be unnecessary. --- static/styles/zulip.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 42bbef136a..22d5f4ba41 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -285,7 +285,6 @@ p.n-margin { .app-main .column-middle { min-height: 100%; - background-color: hsl(0, 0%, 100%); } .column-middle {