Little design fix
This commit is contained in:
parent
a2f5b172e3
commit
d723c46c2a
2 changed files with 5 additions and 1 deletions
|
@ -40,3 +40,7 @@
|
|||
div.out-of-stock {
|
||||
border-color:red;
|
||||
}
|
||||
|
||||
.expand {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%div{role: "tabpanel"}
|
||||
.expand{role: "tabpanel"}
|
||||
/ Nav tabs
|
||||
%ul.nav.nav-tabs{role: "tablist"}
|
||||
%li.active{role: "presentation"}
|
||||
|
|
Loading…
Reference in a new issue