mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
Super ghetto fix for preventing navbar overlap when clicking side nav links /cc @fat
This commit is contained in:
parent
869a163e67
commit
87924abdc2
@ -491,11 +491,19 @@ body {
|
|||||||
* Content blocks for each component or feature.
|
* Content blocks for each component or feature.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Space things out for fixed navbar */
|
/* Space things out */
|
||||||
.bs-docs-section + .bs-docs-section {
|
.bs-docs-section + .bs-docs-section {
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Ghetto fix for preventing navbar from overlapping */
|
||||||
|
h1[id],
|
||||||
|
h2[id],
|
||||||
|
h3[id] {
|
||||||
|
padding-top: 80px;
|
||||||
|
margin-top: -80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Callouts
|
* Callouts
|
||||||
|
Loading…
Reference in New Issue
Block a user