Remove the border from the default nav style

This commit is contained in:
Kevin MacMartin 2015-12-12 01:38:44 -05:00
parent bdd3452749
commit 6fe4d2d760

View file

@ -1,5 +1,6 @@
nav.navbar { nav.navbar {
background-color: @c_base; background-color: @c_base;
border: none;
z-index: 1; z-index: 1;
.navbar-logo { .navbar-logo {