From d42c9978e9181702238b5c1666da4fd3a2a92568 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Mon, 31 Oct 2011 10:00:42 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/css/mdreview.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/css/mdreview.css b/htdocs/css/mdreview.css index 0d5ab9a9..e77ca735 100644 --- a/htdocs/css/mdreview.css +++ b/htdocs/css/mdreview.css @@ -87,10 +87,10 @@ input.q{width:200px;} #sidebar li.title{margin:0;padding:5px 40px;background-color:#ECA965;} #leftnavi li{margin:5px 0 5px 20px;font-size:9pt;border:1px #93bee2 solid;background-color:#e8f4ff;width:100px;height:22px;padding-left:10px;} form#search {margin-left:20px;margin-bottom:5px;} -#mdlist{width:100%;} +#mdlist{overflow:hidden;} .thumbmd{float:left;height:300px;margin-left:10px;overflow:hidden;} .thumbtitle{width:200px;margin-top:10px;padding-top:10px;} .thumbimg img{height:180px;overflow:hidden;} hr{border: none 0;border-bottom:1px dashed #ccc;height: 1px;margin:0;padding:5px 0 5px 0;overflow:hidden;} .clear{clear:both;} -.PageNavigation{text-indent: 5em;} \ No newline at end of file +.PageNavigation{text-indent: 5em; overflow:hidden;} \ No newline at end of file