Navbar-toggle should align nicely with parent
Created by: pamtbaau
Currently the navbar-toggle is using absolute positioning. This alignment is not in sync with boxes of parent containers.
There might be a rationale behind it which I'm overlooking.
Wouldn't it be cleaner if 'navbar-toggle' aligns with parent using float: right?