1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Revert "Adjust spacing of section headers to account for nav bar (fix #986)"

This reverts commit 73b8413d10.

The fix for #986 caused #988.
This commit is contained in:
David Tolnay
2015-10-13 23:27:01 -07:00
parent 4a886f831c
commit 32e5e6af4b

View File

@@ -72,25 +72,15 @@ body {
/* manual.liquid ******************************************/
section {
padding-top: 24px;
}
h3 code {
border: 0;
font-size: 20px;
}
section {
/* Adjust spacing so that anchors are not hidden behind nav bar */
position: relative;
top: -50px;
padding-top: 50px;
margin-bottom: -50px;
h2 {
margin-top: 50px;
}
h3 {
margin-top: 32px;
}
}
@media(max-width: 991px){
#navcolumn {
/* Put nav column above manual content */