Commit c76b9edf authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

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
parent 734f8324
......@@ -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;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment