aboutsummaryrefslogtreecommitdiff
path: root/templates/default.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.tpl')
-rw-r--r--templates/default.tpl9
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/default.tpl b/templates/default.tpl
index 09ce172..0876045 100644
--- a/templates/default.tpl
+++ b/templates/default.tpl
@@ -4,10 +4,11 @@
<link rel="Stylesheet" type="text/css" href="%root_path%style.css" />
<title>%title%</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
footer {
font-size: 80%;
-color: gray;
+ color: gray;
}
.toc + ul {
@@ -18,8 +19,12 @@ color: gray;
width: 20%;
}
+.toc {
+ display: none;
+}
+
.content {
- width: 80;
+ width: 80%;
}
</style>
</head>