aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2018-10-16 19:53:16 +0200
committerHugo Hörnquist <hugo@hornquist.se>2018-10-16 19:53:16 +0200
commit900ac3fcd7967df28ed91b0abf94844e060dad24 (patch)
tree15097bd9ccb60f97e44b9134ba6cef05ade8b2cf /templates
parentTue, 16 Oct 2018 19:50:32 +0200 (diff)
downloadwiki-public-900ac3fcd7967df28ed91b0abf94844e060dad24.tar.gz
wiki-public-900ac3fcd7967df28ed91b0abf94844e060dad24.tar.xz
Tue, 16 Oct 2018 19:53:16 +0200
Diffstat (limited to 'templates')
-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>