Little design fix

This commit is contained in:
benji 2016-02-04 19:03:02 +01:00
parent a2f5b172e3
commit d723c46c2a
2 changed files with 5 additions and 1 deletions

View file

@ -40,3 +40,7 @@
div.out-of-stock {
border-color:red;
}
.expand {
overflow: hidden;
}

View file

@ -1,4 +1,4 @@
%div{role: "tabpanel"}
.expand{role: "tabpanel"}
/ Nav tabs
%ul.nav.nav-tabs{role: "tablist"}
%li.active{role: "presentation"}