Files
talk/client/coral-plugin-history/Comment.css
T
2016-12-16 12:24:32 -07:00

17 lines
172 B
CSS

.myComment {
border-bottom: 1px solid lightgrey;
}
.myComment:last-child {
border-bottom: none;
}
.assetURL {
font-size: 16px;
color: black;
}
.commentBody {
}