Changing Navbar height via Less var @navbarHeight not right…
Created by: Chrisedmo
There is a variable in the variables.less to change the height of the NAv with: '@navbarHeight' however this does not work as it currently only appears in: '.navbar .divider-vertical' in the navbar.less, i think 'height: @navbarHeight;' needs to be added to '.navbar .nav'?