From cd29cd588e0313543218bc95851fdaaf0e3c2fcd Mon Sep 17 00:00:00 2001 From: baiyu Date: Tue, 27 Aug 2013 20:43:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E2=80=9C=E5=A6=82=E4=BD=95?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E2=80=9D=E4=B8=BA=E2=80=9C?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=A6=82=E4=BD=95=E6=8F=90=E4=BA=A4=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E2=80=9D=20=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E7=9A=84=E8=BE=B9=E8=A7=92=EF=BC=8C=E5=8F=98=E5=9C=86?= =?UTF-8?q?=E6=B6=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/repositories/show.html.erb | 6 +++--- config/locales/zh.yml | 4 ++-- .../redpenny-master/stylesheets/application.css | 12 ++++++++++-- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index 53e125845..4c3ec9bbf 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -76,9 +76,9 @@ <% end %> <% end %> - -<%= l(:label_how_commit_code) %> <%= link_to(l(:label_how_commit_code_chinese), ch_usage_path, :class => "usage")%> | <%= link_to('English', en_usage_path, :class => "usage")%> - + +<%= l(:label_how_commit_code) %> <%= link_to(l(:label_how_commit_code_chinese), ch_usage_path, :class => "usage")%> | <%= link_to('English', en_usage_path, :class => "usage")%> + <% content_for :header_tags do %> diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 207fa75f2..99ad35e05 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1272,7 +1272,7 @@ zh: label_mail_attention: qq邮箱可能收不到此邮件,其他邮箱如果没有收到可能在垃圾邮件中 label_all_revisions: 所有版本: label_upassword_info: 该密码在项目组内可共享 - label_how_commit_code: 如何提交代码: + label_how_commit_code: 查看如何提交代码: label_how_commit_code_chinese: 中文 label_welcome_leave_message: 您好!系统目前正在内测,有意见和建议请 @@ -1345,4 +1345,4 @@ zh: label_user_all_activity: 所有动态 label_user_activity_myself: 只看自己 label_user_all_respond: 所有反馈 - label_layouts_feedback: 留言 \ No newline at end of file + label_layouts_feedback: 留言 diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index 212b85183..8487254ec 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -372,7 +372,10 @@ ul.projects li.root position:relative; padding:0; height:1px; - padding-top:0 + padding-top:0; + /*by bai*/ + border-radius: 5px;/*导航栏边角变圆*/ + /*end*/ } #top-menu ul @@ -1698,10 +1701,15 @@ img.avatar3 { a.bid_path { font-size: 14px; } + +/*added by bai*/ a.usage { - color: #F63; + + color: #F60; font-weight: bold; } +/*end*/ + a.bid_user { font-family:微软雅黑; color:#acaeb1;