added a faint separator to the categories listing

This commit is contained in:
psychobunny
2015-07-08 17:06:21 -04:00
parent 74f2f7caef
commit 396013c8fd

View File

@@ -9,6 +9,14 @@ div.categories {
> li > ul > li {
margin-left: 4.5rem;
}
.row {
margin-left: -15px;
margin-right: -15px;
border-bottom: 1px dashed #ddd;
padding-bottom: 12px;
margin-bottom: 12px;
}
}
.stats {