В комоне.кцц найти:
Код: Выделить всё
.forum_cat_list .block-post {
padding-left: 20px;
}
и заменить на:
Код: Выделить всё
.forum_cat_list .block-post {
padding-left: 20px;
border-radius: 0;
margin: 0;
}
.forum_cat_list .block-post:first-of-type {
border-top: 1px solid #eaeaea;
border-radius: 3px 3px 0 0;
}
.forum_cat_list .block-post:last-of-type {
border-radius: 0 0 3px 3px;
}