0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Super ghetto fix for preventing navbar overlap when clicking side nav links /cc @fat

This commit is contained in:
Mark Otto 2013-08-18 22:19:56 -07:00
parent 869a163e67
commit 87924abdc2

View File

@ -491,11 +491,19 @@ body {
* Content blocks for each component or feature.
*/
/* Space things out for fixed navbar */
/* Space things out */
.bs-docs-section + .bs-docs-section {
padding-top: 80px;
}
/* Ghetto fix for preventing navbar from overlapping */
h1[id],
h2[id],
h3[id] {
padding-top: 80px;
margin-top: -80px;
}
/*
* Callouts