From 8ea941e7838875b226308e74c86444e6c89ec237 Mon Sep 17 00:00:00 2001 From: Allen Rabinovich Date: Thu, 27 Feb 2014 17:09:16 -0700 Subject: [PATCH] Fix bottom padding on stream list (imported from commit 5f92b313919eadaa114da3a2fb1160f2eb3a30f5) --- static/styles/zulip.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 8b93487f49..7ae34440db 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -349,8 +349,8 @@ a:hover code { #stream_filters { overflow-x: visible; overflow-y: hidden; - margin: 2px 0px 0px 0px; - padding: 0 0 10px 0; + margin: 2px 0px 10px 0px; + padding: 0; font-weight: normal; position: relative; }