From 51c81fba9009e4e3f9a0eef86e121b0503922231 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 6 Jun 2016 09:42:16 +0000 Subject: [PATCH] Merged r15477. git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15479 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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;} -- 2.39.5