From ad8deb86eacb1bf7f752c3794f6d2f5013114f67 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Fri, 25 Nov 2011 08:56:35 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BA=86IE6=E4=B8=AD?= =?UTF-8?q?=E8=AF=84=E5=AE=A1=E9=99=84=E4=BB=B6=E5=88=97=E8=A1=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/css/mdreview.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/css/mdreview.css b/htdocs/css/mdreview.css index 967eadda..96fa7db8 100644 --- a/htdocs/css/mdreview.css +++ b/htdocs/css/mdreview.css @@ -56,6 +56,7 @@ h1{font-size:18px;text-align:center;border-bottom:#ddd 1px dotted;} .reviewlist li:nth-child(even) {} .reviewlist li:nth-child(odd) {background:#FAFDFE;} +#datalist{width:100%; overflow:hidden;} #allcomments{overflow:hidden;} .reviewitem{width:100%;overflow:hidden;padding:5px 0;} .reviewitem .itemtitle{width:50%;float:left;overflow:hidden;}