diff --git a/app/views/pull_requests/index.html.erb b/app/views/pull_requests/index.html.erb
index cad9247a6..b680dcb60 100644
--- a/app/views/pull_requests/index.html.erb
+++ b/app/views/pull_requests/index.html.erb
@@ -1,10 +1,38 @@
-
+
+
+
+ -
+ 第三次提交0关闭
+
+ #5 · Administrator 创建于3小时前3小时前更新
+
+
+ -
+ 第二次提交0合并
+
+ #5 · Administrator 创建于3小时前3小时前更新
+
+
+ -
+ 第一次提交0打开
+
+ #5 · Administrator 创建于3小时前3小时前更新
+
+
+
+没有可显示的请求
\ No newline at end of file
diff --git a/public/stylesheets/css/project.css b/public/stylesheets/css/project.css
index 3c4dd04c9..573948d66 100644
--- a/public/stylesheets/css/project.css
+++ b/public/stylesheets/css/project.css
@@ -517,7 +517,11 @@ a:hover.upload_btn_grey{background:#8a8a8a;}
/*20160801项目合并*/
-.project-merge-banner {margin-top:-10px;}
+.project-merge-banner {margin:-10px -10px 0 -10px; padding:0 10px; border-bottom:1px solid #ddd;}
.project-merge-banner li {float:left;}
+.project-merge-banner .active {border-bottom:2px solid #3b94d6;}
.project-merge-banner li a {padding:14px; font-size:14px; color:#555; display:inline-block;}
-.project-number-dot {display:inline-block; min-width:10px; padding:3px 7px; font-size:13px; color:#888; line-height:1; vertical-align:middle; white-space:nowrap; text-align:center; background-color:#eee; border-radius:10px; margin-left:5px;}
\ No newline at end of file
+.project-number-dot {display:inline-block; min-width:10px; padding:3px 5px; font-size:12px; color:#888; line-height:1; vertical-align:middle; white-space:nowrap; text-align:center; background-color:#eee; border-radius:10px; margin-left:5px;}
+.project-merge-content {}
+.project-merge-content li {padding:10px; margin:0 -10px; background-color:#f9f9f9; border-bottom:1px solid #e5e5e5;}
+.no-merge-content {padding:10px 15px; color:#888;}
\ No newline at end of file