From 582c70a96c367fc6011c769760b95b331d2b94b8 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 27 Mar 2015 16:25:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E8=AE=A8?= =?UTF-8?q?=E8=AE=BA=E5=8C=BA=E6=9C=AA=E9=80=89=E6=8B=A9=E7=BD=AE=E9=A1=B6?= =?UTF-8?q?/=E9=94=81=E5=AE=9A=E9=80=89=E9=A1=B9=E6=97=B6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index c4be244fa..b4bd12d34 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -137,7 +137,7 @@ a:hover.more{ color:#64bdd9;} .problem_pic:hover{border:1px solid #64bdd9;} .problem_txt{ width:610px; margin-left:10px; color:#777777;} .problem_name{ color:#ff5722 !important;} -.problem_line{margin-top:5px;} +.problem_line{margin-top:5px;float:left;} .problem_name:hover{ color:#d33503;} .problem_tit{ color:#0781b4 !important; width:430px; display:block; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;} .problem_tit:hover{ color:#09658c !important; }