Move down content because we have a fixed navbar that is 50px tall
- Global add-ons
- Top navigation
- Hide default border to remove 1px line.
body {
padding-top: 50px; }
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee; }
.navbar-fixed-top {
border: 0; }