I’m getting started with Bootstrap, and HTML in general.
Looking at the homepage for Bootstrap, what causes this ~50px gap between the <div class="navbar navbar-fixed-top">, and the following <div class="container">?

I’ve explored the DOM structure in chrome, and can’t see which element causes the gap?
It’s caused by the
padding-topproperty of thebodyelement, currently set at 90px.