diff --git a/app/views/users/user_fanslist.html.erb b/app/views/users/user_fanslist.html.erb index 01359edad..4e601b839 100644 --- a/app/views/users/user_fanslist.html.erb +++ b/app/views/users/user_fanslist.html.erb @@ -8,7 +8,7 @@ <%= link_to image_tag(url_to_avatar(user), :class => "avatar"), user_path(user), :title => "#{user.name}" %> - diff --git a/app/views/users/user_watchlist.html.erb b/app/views/users/user_watchlist.html.erb index 1c759374a..8aba3eb93 100644 --- a/app/views/users/user_watchlist.html.erb +++ b/app/views/users/user_watchlist.html.erb @@ -8,7 +8,7 @@
<%= content_tag "div", link_to_user(user), :class => "nomargin avatar_name" %> + <%= content_tag "div", link_to_user(user), :class => "project_avatar_name" %>
<%= link_to image_tag(url_to_avatar(user), :class => "avatar"), user_path(user), :title => "#{user.name}" %> - diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index 3c89e1af7..423911689 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -1281,7 +1281,7 @@ div.project-block img.avatar2 { margin-bottom: 0px; /*background-color: #f5f5f5;*/ border-bottom: 1px solid #eee; - border-bottom: 1px solid rgba(0, 0, 0, 0.05); + border-bottom: 1px dashed rgb(204, 204, 204); /*-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; @@ -1640,14 +1640,15 @@ member style div.member_content div.well { height: auto; margin-bottom: 10px; + width: 660px; } div.member_content { float: left; - margin-top: 20px; + margin-top: 0px; width: 600px; - margin-left: 40px; + margin-left: 0px; } /*
<%= content_tag "div", link_to_user(user), :class => "nomargin avatar_name" %> + <%= content_tag "div", link_to_user(user), :class => "project_avatar_name" %>