I\'m kinda stuck with a CSS problem while using Bootstrap. I\'m also using Angular JS with Angular UI.bootstrap (which might be part of the problem).
I\'m making a w
Use hidden instead of none:
hidden
none
.hide-bottom { border-bottom-style: hidden; }