修复ie6失真问题(bug #111)

This commit is contained in:
wlx 2009-12-29 04:52:03 +00:00
parent 2eaff3a6bc
commit 1babafd0d5
1 changed files with 3 additions and 2 deletions

View File

@ -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;}