summaryrefslogtreecommitdiff
path: root/templates/root.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/root.mako')
-rw-r--r--templates/root.mako6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/root.mako b/templates/root.mako
index 14634c1..c7c7497 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -23,10 +23,8 @@
</div>
<div id="page">
- <div id="content">
- <div class="post">
- ${next.body()}
- </div>
+ <div class="content">
+ ${next.body()}
</div>
<div style="clear: both;"> </div>
</div>