summaryrefslogtreecommitdiff
path: root/templates/root.mako
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-06 21:10:20 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-06 21:10:20 +0200
commit57a848b2e1510ba7108b986d5a7a696959c5e732 (patch)
tree243be24184f2f68c6417d73eb496fd2ee2c64de8 /templates/root.mako
parentc0b4496bd01ce544cc3be57728195fb5574ac95f (diff)
downloadweb-57a848b2e1510ba7108b986d5a7a696959c5e732.tar.gz
web-57a848b2e1510ba7108b986d5a7a696959c5e732.tar.bz2
web-57a848b2e1510ba7108b986d5a7a696959c5e732.zip
Cleaned out the CSS ... removed a bunch of unneeded div's
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>