diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 15:39:58 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 15:39:58 +0100 |
commit | 71468046acbaf005173ababa0fe5ffb9c6426278 (patch) | |
tree | 4de91ca97bb0f8a80264c7f26f0d48d8505bf1c0 /docs/articles/gmkin_manual.css | |
parent | ac655f0c05b184ddffe64b3b37d1682998dfd5cc (diff) |
Static documentation built by pkgdownv0.6.8
Not by staticdocs any more
Diffstat (limited to 'docs/articles/gmkin_manual.css')
-rw-r--r-- | docs/articles/gmkin_manual.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/articles/gmkin_manual.css b/docs/articles/gmkin_manual.css new file mode 100644 index 0000000..3bd91ab --- /dev/null +++ b/docs/articles/gmkin_manual.css @@ -0,0 +1,16 @@ +/* Thanks to Steve Powell for http://rpubs.com/stevepowell99/floating-css */ +#TOC { + position: fixed; + left: 0; + top: 0; + width: 200px; + height: 100%; + overflow:auto; +} + +body { + max-width: 800px; + margin: auto; + margin-left:210px; + line-height: 20px; +} |