]> granicus.if.org Git - jq/commitdiff
Revert "Adjust spacing of section headers to account for nav bar (fix #986)"
authorDavid Tolnay <dtolnay@gmail.com>
Wed, 14 Oct 2015 06:27:01 +0000 (23:27 -0700)
committerDavid Tolnay <dtolnay@gmail.com>
Wed, 14 Oct 2015 06:29:57 +0000 (23:29 -0700)
This reverts commit 73b8413d10751c7be3e54d83ea338b3e895bdda3.

The fix for #986 caused #988.

docs/public/css/base.scss

index 9661c6671c973a87ee54bd21ffd749f7a1d61973..ffef3de4406934f2dc767901662d9beb629a218d 100644 (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 */