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;}