aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/default.tpl20
1 files changed, 16 insertions, 4 deletions
diff --git a/templates/default.tpl b/templates/default.tpl
index 7c59496..64f22b4 100644
--- a/templates/default.tpl
+++ b/templates/default.tpl
@@ -5,10 +5,22 @@
<title>%title%</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
- footer {
- font-size: 80%;
- color: gray;
- }
+footer {
+ font-size: 80%;
+color: gray;
+}
+
+#toc + ul {
+ height: 100vh;
+ position: fixed;
+ top: 0;
+ right: 1em;
+ width: 20%;
+}
+
+.content {
+ width: 80;
+}
</style>
</head>
<body>