This code is used in the EasyBlog Categories Module to add a line between category entries:
.ezb-mod .mod-item + .mod-item {
border-top: 1px solid #CCCCCC;
margin: 10px 0 0 !important;
}
How can I achieve the same thing with the EasyDiscuss Latest Discussions module?