szurubooru/public_html/media/css/comment-list.css
Marcin Kurczewski b1740fbfcf Closed #29
2013-10-19 20:17:11 +02:00

17 lines
273 B
CSS

.comment-group .post-wrapper {
float: left;
}
.comment-group .comments {
margin-left: 170px;
overflow: hidden;
}
.comment-group .post {
margin-right: 1em;
margin-bottom: 1em;
}
.comment-group:not(:last-child) {
border-bottom: 1px solid #eee;
margin-bottom: 1em;
}