Active tab styling on facet lists

This commit is contained in:
Andrew Brown 2014-07-28 22:51:13 -05:00
parent ea0a5e8111
commit e452065255

View File

@ -0,0 +1,5 @@
.nav-stacked {
.active {
border-left: 3px solid #777;
}
}