diff --git a/app/views/projects/member.html.erb b/app/views/projects/member.html.erb
index 1f3f76ea3..eb46a41e6 100644
--- a/app/views/projects/member.html.erb
+++ b/app/views/projects/member.html.erb
@@ -1,4 +1,4 @@
-
+
<%= @subPage_title %>
<% if is_project_manager?(User.current, @project) %>
@@ -11,3 +11,7 @@
<%= render :partial => @render_file, :locals => {:members => @members} %>
+
+
diff --git a/app/views/projects/watcherlist.html.erb b/app/views/projects/watcherlist.html.erb
index 76e7c9d04..180cd22b0 100644
--- a/app/views/projects/watcherlist.html.erb
+++ b/app/views/projects/watcherlist.html.erb
@@ -1,7 +1,7 @@
-
+
<%= l(:label_user_watcher)%>
-
+
-<% html_title(l(:label_followers)) -%>
\ No newline at end of file
+<% html_title(l(:label_followers)) -%>
+
+
\ No newline at end of file
diff --git a/public/stylesheets/css/public.css b/public/stylesheets/css/public.css
index d4cce2679..4937bd883 100644
--- a/public/stylesheets/css/public.css
+++ b/public/stylesheets/css/public.css
@@ -722,6 +722,7 @@ a.wzan_visited{background:url(../images/pic_zan.png) 0 0 no-repeat;}
/* 学生列表*/
.st_list{ width:670px;}
+.st_list2{ width:730px;}
.st_search{ }
.st_search span{ font-size:14px; font-weight:bold; color:#606060; margin-right:35px;}
.st_search_input{ border:1px solid #1c9ec7; background:#fff; height:20px; color:#c4c4c4; width:220px; padding-left:5px; margin-bottom:5px;}