From 2b8011c408b876f48bb02b50ec87b7b1327210eb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 6 Jun 2016 07:26:07 +0000 Subject: Removes the border around avatars. git-svn-id: http://svn.redmine.org/redmine/trunk@15477 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'public') diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index c276ebd27..021cb822d 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1210,24 +1210,13 @@ tr.ui-sortable-helper { border:1px solid #e4e4e4; } .contextual>.icon:not(:first-child), .buttons>.icon:not(:first-child) { margin-left: 5px; } img.gravatar { - padding: 2px; - border: solid 1px #d5d5d5; - background: #fff; vertical-align: middle; + border-radius: 20%; } div.issue img.gravatar { float: left; margin: 0 6px 0 0; - padding: 5px; -} - -div.issue .attributes img.gravatar { - height: 14px; - width: 14px; - padding: 2px; - float: left; - margin: 0 0.5em 0 0; } h2 img.gravatar {margin: -2px 4px -4px 0;} -- cgit v1.2.3