From 973cacb83ca6d92a54b278b2d9609c9903b97df1 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Tue, 1 Nov 2011 08:17:58 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BA=861024*768=E5=88=86?= =?UTF-8?q?=E8=BE=A8=E7=8E=87=E4=B8=8B=E6=BA=A2=E5=87=BA=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/css/mdreview.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/css/mdreview.css b/htdocs/css/mdreview.css index d00e37fc..e5e014fe 100644 --- a/htdocs/css/mdreview.css +++ b/htdocs/css/mdreview.css @@ -63,7 +63,7 @@ input.q{width:200px;} .reviewitem .itemcontent p{width:100%;text-indent:24px;line-height:18px;margin:9px 0;overflow:hidden;white-space:normal;word-wrap:break-word;} .tboxfloatleft{float:left;} -.tbox{overflow:hidden;border:#2b66a5 1px solid;border-radius:5px;} +.tbox{overflow:hidden;border:#2b66a5 1px solid;border-radius:5px;width:90%;} .tbox .title{background:#2b66a5;border:none;font-size:14px;color:#FFF;padding:5px;cursor:pointer;} .tbox .title img{vertical-align:middle;margin-right:5px;} .tbox .title a{float:right;}