From 791a74ccebdb1b89c32da19f5b082285d35b0b89 Mon Sep 17 00:00:00 2001 From: wlx Date: Sat, 29 Oct 2011 07:16:26 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E4=B8=AD=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/css/community.css | 13 ++++++++----- htdocs/css/knowledge.css | 1 + htdocs/css/mdreview.css | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/htdocs/css/community.css b/htdocs/css/community.css index 91862e98..b96123c7 100755 --- a/htdocs/css/community.css +++ b/htdocs/css/community.css @@ -1,3 +1,4 @@ +#index{width:1000px;margin:0 auto;} .logo{float:right;margin-left:10px;margin-bottom:15px;text-align:center;} .preface { @@ -32,12 +33,13 @@ h2 a, h2 a:visited{padding-right:20px;color:#808080;background-image:url(/images #forumcontent { float:left; - padding:10px; + padding:10px; + width:600px; border-bottom:1px dotted gray; } #forumcontent ul { - list-style:none; + list-style:decimal; padding-left:10px; } #forumintro @@ -64,7 +66,7 @@ h2 a, h2 a:visited{padding-right:20px;color:#808080;background-image:url(/images } #leftPanel{margin-left:10px;float:left; width:200px;} -#leftPanel .title +#leftPanel .title, h3 { border-bottom: #5D657C 1px solid; border-top: #5D657C 1px solid; @@ -74,10 +76,11 @@ h2 a, h2 a:visited{padding-right:20px;color:#808080;background-image:url(/images padding-left: 15px; font-weight: bold; margin-bottom: 0px; - background-color: #e6edea; + background-color: #e6edea; + overflow:hidden; } #rightPanel { float:left; - margin-left:20px; + margin-left:20px; } diff --git a/htdocs/css/knowledge.css b/htdocs/css/knowledge.css index c65e8d08..0704c0d2 100755 --- a/htdocs/css/knowledge.css +++ b/htdocs/css/knowledge.css @@ -1,3 +1,4 @@ +#index{width:1000px;margin:0 auto;} #leftPanel{float:left; width:220px;} #leftPanel .title { diff --git a/htdocs/css/mdreview.css b/htdocs/css/mdreview.css index c22e414e..5e63f406 100644 --- a/htdocs/css/mdreview.css +++ b/htdocs/css/mdreview.css @@ -36,7 +36,7 @@ input.q{width:200px;} #abstract{width:100%;overflow:hidden;} #abstract p {text-indent:24px;font-size:12px;line-height:24px;} -#abstract p img.thumb{float:left;margin-right:10px;} +#abstract p img.thumb{float:right;margin-left:10px;} .reviewlist {width:100%;overflow:hidden;margin:0 auto; float:left;} .reviewlist li:nth-child(even) {}