From f92b3a91290848218bcb19933975e3d926a3045f Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Sun, 28 Jul 2013 22:43:08 -0400 Subject: [PATCH] (css) Remove #bots_list width setting. The width setting was unintentional, and it interferes with the inline-block settings for the image and bot info. (imported from commit 741c82829efed00b6d47badcf14b26223b47a7a9) --- static/styles/zulip.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index b989464f99..27ce3c29e6 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1981,7 +1981,6 @@ li.expanded_subject .subject_box { #bots_list { display: none; list-style-type: none; - width: 550px; margin-left: 0px; }