diff options
author | Guyzmo <guyzmo+github@m0g.net> | 2012-08-23 19:58:03 +0200 |
---|---|---|
committer | Guyzmo <guyzmo+github@m0g.net> | 2012-08-23 19:58:03 +0200 |
commit | 09659b4acff3fd98e40c0cfa2fcacaaba676cf75 (patch) | |
tree | 4f1155e9cfe4d08845fb8d2a6487889e2b1d3ec7 | |
parent | da3629799d2eca870fecc44da39bc716b7983878 (diff) |
added id/class for index cosmetics
-rw-r--r-- | _templates/site.mako | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/_templates/site.mako b/_templates/site.mako index 5067113..7aaa3d7 100644 --- a/_templates/site.mako +++ b/_templates/site.mako @@ -9,15 +9,18 @@ <meta name="keywords" content="hackerspace, diy, hackers, workshops, conferences" /> </head> <body> - <div id="content"> + <div id="content" class="content"> ${self.header()} + <div id="main_block"> <div id="prose_block"> ${next.body()} </div><!-- End Prose Block --> </div><!-- End Main Block --> + <div class="push"></div> </div> <!-- End Content --> - <div id="footer"> + + <div id="footer" class="footer"> ${self.footer()} </div> <!-- End Footer --> </body> |