From a7e2e4766a35cc423ba587f05c28481a37eecedc Mon Sep 17 00:00:00 2001 From: yutao <283765470@qq.com> Date: Fri, 22 May 2015 09:50:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug#2480:course=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E6=9F=A5=E8=AF=A2=E8=AF=BE=E7=A8=8B=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E5=85=B3=E9=94=AE=E5=AD=97=E2=80=9C=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E2=80=9D=EF=BC=8C=E5=A6=82=E5=9B=BE=E8=AF=BE=E7=A8=8B=E2=80=9C?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E7=AE=80=E4=BB=8B=E2=80=9D=E5=AD=97=E6=A0=B7?= =?UTF-8?q?=E8=A2=AB=E6=88=AA=E6=96=AD=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/_course.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/courses/_course.html.erb b/app/views/courses/_course.html.erb index 222d90458..420a22f8a 100644 --- a/app/views/courses/_course.html.erb +++ b/app/views/courses/_course.html.erb @@ -39,8 +39,8 @@

<%= content_tag "span", "#{l(:label_course_brief_introduction)}:", :class => "course-font" %> - <%= content_tag "div", course.short_description, :class => "brief_introduction", :title => course.short_description %>

+ <%= content_tag "div", course.short_description, :class => "brief_introduction",:style=>'float:left;', :title => course.short_description %>