summaryrefslogtreecommitdiff
path: root/client/css/comment-list-control.styl
blob: fe8472457a8e91f7c8c83837cf202370d036f4b2 (plain)
1
2
3
4
5
6
7
8
9
.comments>ul
    list-style-type: none
    margin: 0
    padding: 0

    >li
        margin-bottom: 1em
        &:last-child
            margin-bottom: 0