add width and style to mobile category borders

This commit is contained in:
Jeff Atwood 2015-05-20 00:46:33 -07:00
parent e5888cf090
commit d7692ba6fd
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@
// --------------------------------------------------
tr.category-topic-link {
border-top: darken($secondary, 3%);
border-bottom: darken($secondary, 3%);
border-top: darken($secondary, 3%) 1px solid;
border-bottom: darken($secondary, 3%) 1px solid;
}
.topic-list.categories {