9 lines
404 B
CSS
9 lines
404 B
CSS
hr{clear:left;border: none 0;border-bottom:1px dashed #ccc;height: 1px;}
|
|
.itemid{float:left;width:20px;color:red;}
|
|
.title{float:left;width:430px;color:blue;}
|
|
.sponsor{float:left;width:50px;color:#3C55C4;}
|
|
.institute{float:left;width:280px;color:blue;}
|
|
.date{float:left;width:120px;color:blue;}
|
|
.data{clear:left;background:#ECF0F5;color:red;padding:5px;}
|
|
.data a {color:red;}
|
|
.mditem h2{text-indent:2em;} |