adding seperator for subcategories to category page

This commit is contained in:
Kris 2018-04-20 16:48:25 -04:00
parent 94ff575bdd
commit 31c1c32b68

View File

@ -176,6 +176,9 @@
tr.category-topic-link { tr.category-topic-link {
border-bottom: 1px solid $primary-low; border-bottom: 1px solid $primary-low;
&:last-of-type {
border-bottom: none;
}
} }
.topic-list.categories { .topic-list.categories {
@ -280,7 +283,7 @@ tr.category-topic-link {
float: left; float: left;
} }
> footer { > footer {
border-top: 0; border-top: 1px solid $primary-low;
padding: 7px 10px; padding: 7px 10px;
figure { figure {
float: left; float: left;