diff --git a/app/views/layouts/new_base_user.html.erb b/app/views/layouts/new_base_user.html.erb
index 50e788e2f..6af6bde3c 100644
--- a/app/views/layouts/new_base_user.html.erb
+++ b/app/views/layouts/new_base_user.html.erb
@@ -175,17 +175,17 @@
<% if is_current_user %>
- <%= link_to "新建课程", new_syllabus_path(:host=> Setting.host_course), :target => "_blank"%>
+ <%= link_to "新建课程", new_syllabus_path(:host=> Setting.host_course), :target => "_blank", :style => "font-size:14px;" %>
- <%= link_to "新建班级", new_course_path(:host=> Setting.host_course), :target => "_blank"%>
+ <%= link_to "新建班级", new_course_path(:host=> Setting.host_course), :target => "_blank", :style => "font-size:14px;" %>
- <%= link_to "加入班级",join_private_courses_courses_path,:remote => true, :method => "post"%>
+ <%= link_to "加入班级",join_private_courses_courses_path,:remote => true, :method => "post", :style => "font-size:14px;" %>
<% if @user == User.current %>
- <%=link_to '我的作业', my_homeworks_user_path(@user.id), :target => "_blank" %>
+ <%=link_to '我的作业', my_homeworks_user_path(@user.id), :target => "_blank", :style => "font-size:14px;" %>
<% end %>
<% end %>
@@ -212,10 +212,10 @@
<% if is_current_user %>
- <%= link_to "新建项目", new_project_path(:host=> Setting.host_name), :target => "_blank"%>
+ <%= link_to "新建项目", new_project_path(:host=> Setting.host_name), :target => "_blank", :style => "font-size:14px;" %>
- <%= link_to "加入项目", applied_join_project_path, :remote => true, :method => "post"%>
+ <%= link_to "加入项目", applied_join_project_path, :remote => true, :method => "post", :style => "font-size:14px;" %>