.navbar-form .input-append .btn mis-alignment
Created by: petercoughlin
Buttons within .input-append within .navbar-form get an extra top margin, pushing them out of alignment with the input they are appended to.
This seems to fix it;
.navbar-form .input-append .btn {margin-top:0;}