From 9e3f46dc360c39a94de9e3641076868ccaaccdc5 Mon Sep 17 00:00:00 2001 From: miss <994230062@qq.com> Date: Sun, 27 Aug 2017 16:50:34 +0800 Subject: [PATCH] =?UTF-8?q?body=E7=9A=84=E9=AB=98=E5=BA=A6=E4=B8=8D?= =?UTF-8?q?=E8=B6=B3100%=E7=9A=84=E9=97=AE=E9=A2=98=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E6=97=A0=E6=BB=9A=E5=8A=A8=E5=86=85=E5=AE=B9=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/common/403.html | 2 +- app/views/layouts/base_courses.html.erb | 2 +- public/stylesheets/application.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/common/403.html b/app/views/common/403.html index cadf821c2..26819665f 100644 --- a/app/views/common/403.html +++ b/app/views/common/403.html @@ -56,7 +56,7 @@ - +
diff --git a/app/views/layouts/base_courses.html.erb b/app/views/layouts/base_courses.html.erb index a7de38759..99a736072 100644 --- a/app/views/layouts/base_courses.html.erb +++ b/app/views/layouts/base_courses.html.erb @@ -41,7 +41,7 @@ - +
<% if User.current.logged? %> diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 3903e369c..128f9d116 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1,4 +1,4 @@ -html {overflow-y:scroll;} +html {overflow-y:auto;} body { font-family:'微软雅黑', Verdana, sans-serif; font-size: 13px; color:#484848; margin: 0; padding: 0; min-width: 900px; } /*modified by linchun*/ h1, h2, h3, h4 {font-family: '微软雅黑', "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}