Skip to content

Commit 226cae8

Browse files
committed
tweak navigation/scrolling
1 parent bc0f8bb commit 226cae8

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
return text.replace(/[.\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase();
9999
},
100100
ignoreSelector: "h1.title",
101-
scrollTo: 20
101+
scrollTo: 0
102102
};
103103
options.showAndHide = false;
104104
options.smoothScroll = true;
@@ -111,7 +111,7 @@
111111
<style type="text/css">
112112

113113
#TOC {
114-
margin: 30px 0px 20px 0px;
114+
margin: 25px 0px 20px 0px;
115115
}
116116
@media (max-width: 768px) {
117117
#TOC {

packrat/packrat.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ Requires: Rcpp, plyr, stringr
189189
Package: rmarkdown
190190
Source: github
191191
Version: 0.9.5
192-
Hash: 0ca42cb5542afabe8d8982e2cca458e6
192+
Hash: cb59ed72c50ca39320f949a32b969203
193193
Requires: caTools, htmltools, knitr, yaml
194194
GithubRepo: rmarkdown
195195
GithubUsername: rstudio
196196
GithubRef: master
197-
GithubSha1: e7a1e6b0321e986636b4422531e7fcd59271a047
197+
GithubSha1: ad4870c5ac14b8aeac0d86618899c6c2475f6517
198198

199199
Package: rstudioapi
200200
Source: CRAN

packrat/packrat.opts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ print.banner.on.startup: auto
44
vcs.ignore.lib: TRUE
55
vcs.ignore.src: FALSE
66
external.packages:
7-
local.repos:
7+
local.repos: ~/packages
88
load.external.packages.on.startup: TRUE
99
ignored.packages:
1010
quiet.package.installation: TRUE
Binary file not shown.

simd.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
return text.replace(/[.\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase();
9999
},
100100
ignoreSelector: "h1.title",
101-
scrollTo: 20
101+
scrollTo: 0
102102
};
103103
options.showAndHide = false;
104104
options.smoothScroll = true;
@@ -111,7 +111,7 @@
111111
<style type="text/css">
112112

113113
#TOC {
114-
margin: 30px 0px 20px 0px;
114+
margin: 25px 0px 20px 0px;
115115
}
116116
@media (max-width: 768px) {
117117
#TOC {

tbb.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
return text.replace(/[.\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase();
9999
},
100100
ignoreSelector: "h1.title",
101-
scrollTo: 20
101+
scrollTo: 0
102102
};
103103
options.showAndHide = false;
104104
options.smoothScroll = true;
@@ -111,7 +111,7 @@
111111
<style type="text/css">
112112

113113
#TOC {
114-
margin: 30px 0px 20px 0px;
114+
margin: 25px 0px 20px 0px;
115115
}
116116
@media (max-width: 768px) {
117117
#TOC {

0 commit comments

Comments
 (0)