7 lines
143 B
CSS
7 lines
143 B
CSS
|
ul{clear:left;list-style-type: none;}
|
||
|
li{float:left;}
|
||
|
.name {width:60px;}
|
||
|
.unit {width:120px;}
|
||
|
.date {width:80px;}
|
||
|
.datalist span{float:left;}
|