From 1babafd0d509b033770495d6b43c30d424b56f2c Mon Sep 17 00:00:00 2001 From: wlx Date: Tue, 29 Dec 2009 04:52:03 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Die6=E5=A4=B1=E7=9C=9F?= =?UTF-8?q?=E9=97=AE=E9=A2=98(bug=20#111)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/css/metadata.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/css/metadata.css b/htdocs/css/metadata.css index af5877f2..9d5f35a8 100755 --- a/htdocs/css/metadata.css +++ b/htdocs/css/metadata.css @@ -5,9 +5,10 @@ hr{clear:left;border: none 0;border-bottom:1px dashed #ccc;height: 1px;} #latest, #services{width:48%;float:left;margin-bottom:10px;font-size:13px;} #leftContainer{margin-top:5px;} /*latest*/ -#latest .title{width:18px;height: 150px;font-size:14px;float:left;border-right:1px dotted #888;padding:2px;margin:2px;font-weight:bold; } +#latest .title{border-bottom:1px dotted #c7ddc7;padding: 5px 15px 5px;font-size: 16px; font-weight:bold;} #latest .more a{color:Green; padding-right: 20px; background:url(../images/arrow.gif) no-repeat right center;} -#latest ul{margin-top:0px;padding-top:0px;} +#latest ul {width:100%;margin:0px;padding:0px;overflow:hidden;word-wrap: break-word;} +#latest ul li{margin:0px;padding:0px;width:auto;} #latest .date{font-size: 90%;color:#888;} /*features*/ #features .title{font-size: 14px; font-weight:bold;margin-bottom:5px; padding-left:16px;} #features #links{float:right; clear:right; width:160px;margin-right:0px;}