From c76b9edf6c28a37731641d85be2bfbac3ba5b41c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 11 Apr 2010 17:14:18 +0000 Subject: [PATCH] Adds bottom margin to issue watchers avatars (#5264). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3667 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 08fa0601..70ef5627 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -222,7 +222,7 @@ div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padd #watchers select {width: 95%; display: block;} #watchers a.delete {opacity: 0.4;} #watchers a.delete:hover {opacity: 1;} -#watchers img.gravatar {vertical-align: middle;margin-right: 4px;} +#watchers img.gravatar {vertical-align: middle;margin: 0 4px 2px 0;} .highlight { background-color: #FCFD8D;} .highlight.token-1 { background-color: #faa;}