From 11c52fde6d3be77ff3befdc024ff5be60ac496a1 Mon Sep 17 00:00:00 2001 From: huangjingquan Date: Tue, 27 Aug 2013 09:26:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=BA=86=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E3=80=81=E9=A1=B9=E7=9B=AE=E4=B8=BB=E9=A1=B5=E6=89=80=E6=9C=89?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/user_fanslist.html.erb | 2 +- app/views/users/user_watchlist.html.erb | 2 +- public/themes/redpenny-master/stylesheets/application.css | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) 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" %>