summaryrefslogtreecommitdiff
path: root/cyborg
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-09-23 15:21:11 -0400
committerThomas Park <thomas@thomaspark.me>2012-09-23 15:21:11 -0400
commit5419c29542136cb8e014c1a115d2c825d53aca6b (patch)
tree607b70d0fe72feb74d0bb5a17ab522932c3641b9 /cyborg
parentd9d462305a12b84f0580aa68fe348c7d95f1731a (diff)
fixes #33, set proper offset for scrollspy, thanks @XeXenon
Diffstat (limited to 'cyborg')
-rwxr-xr-xcyborg/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyborg/index.html b/cyborg/index.html
index 746bed7c..84e909e3 100755
--- a/cyborg/index.html
+++ b/cyborg/index.html
@@ -35,7 +35,7 @@
</head>
- <body class="preview" data-spy="scroll" data-target=".subnav" data-offset="50">
+ <body class="preview" data-spy="scroll" data-target=".subnav" data-offset="80">
<script src="../js/bsa.js"></script>