aboutsummaryrefslogtreecommitdiff
path: root/docs/articles/gmkin_manual.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/articles/gmkin_manual.css')
-rw-r--r--docs/articles/gmkin_manual.css16
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;
+}

Contact - Imprint