|
list-style-type:none; should supress any bullet style in your list of comments.
To insert a line at the bottom of each comment you can use border-bottom:1px solid #aaa; instead of border:1px solid #aaa; in #comments li {
or add border-bottom:2px solid #aaa; after border:1px solid #aaa; to enforce the bottom border
|