From 38d778501c3ca0e36b89f1c764906fe96ad4b4d5 Mon Sep 17 00:00:00 2001 From: Balaji2198 Date: Sun, 3 Dec 2017 12:47:01 +0530 Subject: [PATCH] refactor: Remove obsolete .edit-profile. This is an obsolete css class in zulip.css. --- static/styles/zulip.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index f587464414..5c329fac34 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -512,11 +512,6 @@ a:hover code { max-width: 250px; } -.edit-profile { - font-weight: 300; - font-size: 12px; -} - .logout { white-space: nowrap; }