aboutsummaryrefslogtreecommitdiff
path: root/vignettes/gmkin_manual.css
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-10-11 00:26:18 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-10-11 00:26:18 +0200
commitfb275f20738ec47b5e42e851c4c1b5f302adef26 (patch)
treee0520f411707a136bb6a4a90e582f69862717ff0 /vignettes/gmkin_manual.css
parent99f93922f42af6cadd5c7ff4b0f1a96c830f9fb7 (diff)
Switch manual to rmarkdown to get a nice TOC
Diffstat (limited to 'vignettes/gmkin_manual.css')
-rw-r--r--vignettes/gmkin_manual.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/vignettes/gmkin_manual.css b/vignettes/gmkin_manual.css
new file mode 100644
index 0000000..3bd91ab
--- /dev/null
+++ b/vignettes/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;
+}

Contact - Imprint