summaryrefslogtreecommitdiff
path: root/templates/root.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/root.mako')
-rw-r--r--templates/root.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/root.mako b/templates/root.mako
index c20704d..a6ed47a 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -39,7 +39,7 @@
<%namespace name="_hl" module="highlighting"/>
<%def name="hl(lang)">
- <div><pre class="box2">${_hl.highlight(capture(caller.body), lang)}</pre></div>
+ <pre class="box">${_hl.highlight(capture(caller.body), lang)}</pre>
</%def>
<%def name="title()">