From 0c96d39f2eaa64bf65c1de2f40f086d90ba8095c Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Sun, 17 Jul 2016 18:10:51 -0700 Subject: [PATCH] Fix whitespace in CSS. --- static/styles/zulip.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index d441ba0348..b08edb1776 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -191,18 +191,18 @@ li, line-height: 18px; text-decoration: none; position: relative; - } +} - .header-main .logoimage { +.header-main .logoimage { height: 40px; width: auto; } - #user-settings-avatar { +#user-settings-avatar { width: 100px; height: 100px; margin-top: 10px; - } +} /* Classes for hiding and showing controls */ @@ -834,7 +834,7 @@ td.pointer { z-index: 0; } - .message_list .recipient_row { +.message_list .recipient_row { background: #f1f1f1; border-bottom: 1px solid #e2e2e2; margin-bottom: 10px; @@ -2260,14 +2260,14 @@ div.floating_recipient { } #bottom_whitespace { - display: block; - height: 300px; - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + display: block; + height: 300px; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } #home-error {