diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb
index 82e6f871f..6fed85acf 100644
--- a/app/views/repositories/show.html.erb
+++ b/app/views/repositories/show.html.erb
@@ -1,6 +1,8 @@
<%= call_hook(:view_repositories_show_contextual, {:repository => @repository, :project => @project}) %>
<%= render :partial => 'breadcrumbs', :locals => {:path => @path, :kind => 'dir', :revision => @rev} %>
+
ZIP下载
+
<% if @entries.nil? %>
diff --git a/public/stylesheets/repository.css b/public/stylesheets/repository.css
index 9e0e07a77..89dc34d7a 100644
--- a/public/stylesheets/repository.css
+++ b/public/stylesheets/repository.css
@@ -287,4 +287,7 @@ li.commit .commit-row-info .committed_ago {
.rep_history_grey{
color: #7F7F7F;
}
-.rep_mail_name{max-width: 150px; overflow: hidden; text-overflow: ellipsis;}
\ No newline at end of file
+.rep_mail_name{max-width: 150px; overflow: hidden; text-overflow: ellipsis;}
+a.btn_zipdown{ display:block; height:25px; width:80px; text-align: center; line-height: 25px; border: 1px solid #dddddd; background-image: linear-gradient(#FCFCFC, #EEE);
+ color: #7f7f7f; -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; margin-top: 7px; margin-right: 5px;}
+a:hover.btn_zipdown{color:#269ac9;}
\ No newline at end of file