##// END OF EJS Templates
Adds bottom margin to issue watchers avatars (#5264)....
Jean-Philippe Lang -
r3553:c76b9edf6c28
parent child
Show More
@@ -222,7 +222,7 div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padd
222 222 #watchers select {width: 95%; display: block;}
223 223 #watchers a.delete {opacity: 0.4;}
224 224 #watchers a.delete:hover {opacity: 1;}
225 #watchers img.gravatar {vertical-align: middle;margin-right: 4px;}
225 #watchers img.gravatar {vertical-align: middle;margin: 0 4px 2px 0;}
226 226
227 227 .highlight { background-color: #FCFD8D;}
228 228 .highlight.token-1 { background-color: #faa;}
General Comments 0
You need to be logged in to leave comments. Login now