diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 8cebff65b..efbd435bb 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -94,36 +94,6 @@  
- - <% for user in @users -%>
<%= content_tag "p", "#{date_format_local(user.created_on)}#{l(:label_member_since)}", :class => "float_right member_since" %> @@ -142,12 +112,10 @@
<% end -%>
- - <% html_title(l(:label_user_plural)) -%> <% end -%> diff --git a/public/images/avatars/Project/6314 b/public/images/avatars/Project/6314 index 6c099118c..167048fef 100644 Binary files a/public/images/avatars/Project/6314 and b/public/images/avatars/Project/6314 differ diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index 2ea13a2dd..570c390b8 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -1464,7 +1464,9 @@ div.autoscroll li.tracker, div.autoscroll li.status, div.autoscroll li.priority{ font: 10px/1.4 Helvetica,arial,freesans,clean,sans-serif; } - +div.autoscroll ul.list-group-item-meta a { + color: rgb(51, 51, 51); +} li.issue img.img-tag-issues { float: left; height: 24px;