aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/template.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/template.html b/doc/template.html
index 97062e3..a3a3938 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -24,6 +24,9 @@ $endif$
float: right;
margin-left: 1em;
}
+ .content p {
+ text-align: justify;
+ }
}
@media(max-width: 1440px) { .container{ max-width: 1080px; } }
@media(max-width: 1280px) { .container{ max-width: 960px; } }
@@ -64,6 +67,7 @@ $endif$
$endif$
$body$
+</div>
<footer>
<hr/>
@@ -80,6 +84,5 @@ $endif$
</div>
</footer>
</div>
-</div>
</body>
</html>