fix css error in metadata.css

This commit is contained in:
wlx 2009-12-14 13:03:45 +00:00
parent 20f01ce2af
commit 5b1dee34b0
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
hr{clear:left;border: none 0;border-bottom:1px dashed #ccc;height: 1px;} hr{clear:left;border: none 0;border-bottom:1px dashed #ccc;height: 1px;}
#leftnav{width:55%;float:right;margin-bottom:10px;clear:left;} #leftnav{width:55%;float:right;margin-bottom:10px;clear:left;}
#features, #leftContainer{width:48%;float:left;margin-right:2%;clear:left;margin-bottom:10px;margin-left:10px;} #features, #leftContainer{width:48%;float:left;margin-right:2%;clear:left;margin-bottom:10px;margin-left:10px;}
#latest, #services{width:48%;float:left;margin-bottom:10px;fonts:13px;} #latest, #services{width:48%;float:left;margin-bottom:10px;font-size:13px;}
#leftContainer{margin-top:5px;} #leftContainer{margin-top:5px;}
/*latest*/ /*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{width:18px;height: 150px;font-size:14px;float:left;border-right:1px dotted #888;padding:2px;margin:2px;font-weight:bold; }
@ -44,7 +44,7 @@ img{border:0px;}
#services .item{clear:both;border-top: dotted #ccc 1px;} #services .item{clear:both;border-top: dotted #ccc 1px;}
#services .items{color:#888;} #services .items{color:#888;}
dd,dt{float:left;margin:0;align:center;} dd,dt{float:left;margin:0;}
form{margin:0px;display:inline;} form{margin:0px;display:inline;}
#links dd {padding-bottom:5px;margin-left:5px;margin-top:-5px;} #links dd {padding-bottom:5px;margin-left:5px;margin-top:-5px;}
.note{font-size:10px;color:gray;} .note{font-size:10px;color:gray;}