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
1 changed files with 4 additions and 1 deletions

View File

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