From: Jean-Philippe Lang Date: Wed, 13 Jul 2016 20:07:15 +0000 (+0000) Subject: Avatars in issue history are cropped. X-Git-Tag: 3.4.0~812 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0e53e20df15014da6c91dccff349f3db0ec163e0;p=redmine.git Avatars in issue history are cropped. git-svn-id: http://svn.redmine.org/redmine/trunk@15651 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 8c936bd33..da89fe245 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1240,7 +1240,7 @@ div.issue img.gravatar { h2 img.gravatar {margin: -2px 4px -4px 0;} h3 img.gravatar {margin: -4px 4px -4px 0;} -h4 img.gravatar {margin: -6px 4px -4px 0;} +h4 img.gravatar {margin: -2px 4px -4px 0;} td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;} #activity dt img.gravatar {float: left; margin: 0 1em 1em 0;} /* Used on 12px Gravatar img tags without the icon background */