From ccde1907d910decc24f5fbac7fe500896d1bdbeb Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Wed, 27 May 2020 21:11:42 +0000 Subject: [PATCH] css: Remove obsolete logo markup. This section was made obsolete by 4c4733bcec25dd615fb805c7d3ce3094bac90e73 --- static/styles/zulip.scss | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 36d46a12c8..09aa0009e8 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -443,26 +443,6 @@ li, font-size: 115%; } -.header-main { - .logo { - display: inline-block; - font-size: 120%; - font-weight: 900; - text-shadow: none; - color: hsl(0, 0%, 100%); - font-variant: small-caps; - letter-spacing: 2px; - line-height: 18px; - text-decoration: none; - position: relative; - } - - .logoimage { - height: 40px; - width: auto; - } -} - /* Classes for hiding and showing controls */ .notdisplayed {