From b5ec6c9958249d00e2285fef8afa48a75fa30fcc Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Thu, 6 Mar 2014 17:37:16 -0500 Subject: [PATCH] Delete unused .profile_picture CSS class. grepping for it turns up nothing relevant. (imported from commit c7bb97515c993c0d5ed6de7e4ac9edc99ff83ff2) --- static/styles/zulip.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 885cf31913..cabb71a042 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -202,7 +202,6 @@ li, width: 100px; height: 100px; margin-top: 10px; - border-radius: 50px; } /* Classes for hiding and showing controls */ @@ -1511,21 +1510,6 @@ blockquote p { padding-bottom: 0px; } -.profile_picture { - display: block; - float: right; - margin-top: 5px; - max-height: 15px; - width: 15px; - height: 15px; - cursor: pointer; - border-radius: 30px; - -moz-box-shadow: 1px 1px 1px #777 inset; - -webkit-box-shadow: 1px 1px 1px #777 inset; - box-shadow: 1px 1px 1px #777 inset; - background-size: 15px 15px; -} - .inline_profile_picture { display: inline-block; width: 35px;