From 80b68c3e2bc02940b5bfbdb5575160b11a577467 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Thu, 30 Nov 2017 12:47:03 -0800 Subject: [PATCH] message-edit-history: Increase font weight of author. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This increases the font weight of the author to be a normal font weight rather than a thin one since it’s already too faint to see on many monitors. --- static/styles/zulip.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 003e94c97d..eb9977ffeb 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1414,7 +1414,6 @@ div.focused_table { font-size: 12px; vertical-align: middle; padding: 1px; - font-weight: 300; position: absolute; right: -80px; line-height: 20px;