Remove the rounded corners of the default nav style

This commit is contained in:
Kevin MacMartin 2015-12-12 02:02:43 -05:00
parent 6fe4d2d760
commit 6e01831430

View file

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