From f15619d99d41bf4342be6cb606dd3e5790298321 Mon Sep 17 00:00:00 2001 From: huangjingquan Date: Tue, 5 Nov 2013 16:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/locales/zh.yml | 1 + public/stylesheets/application.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 5a4203f8b..4a77e5836 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -520,6 +520,7 @@ zh: lable_contest_user: 竞赛发布人: #huang label_user_home: 创客空间 label_user_location: 当前位置 + label_course_term: 开课学期 label_theme: 主题 label_logged_as_new: 当前用户 button_register: 注册 diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 24edca217..c72ff2f8a 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -13,9 +13,9 @@ h4 {border-bottom: 1px dotted #bbb;} /**/ .top-content{ background-color: #f7f7f7; - height: 45px; + height: 50px; width: 940px; - line-height: 1em; + line-height: 1.2em; padding-top: 5px; margin-bottom: 10px; }