summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authoretienne2008-08-06 10:38:57 +0000
committeretienne2008-08-06 10:38:57 +0000
commitfeef03bf7fd80e945769597245da3b75b662459b (patch)
treec434828f6a7ae966c17a157c535cd88b4ee04913 /templates/base.html
parentb2019ae7c6c13601b0f63d6324484010dc0216c7 (diff)
Update of styles
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index be42e2c..53bc3cf 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,12 +7,14 @@
</head>
<body>
+<div id="main">
<div id="top">
<h1><a href='http://{{root_url}}'>Papillon</a></h1>
</div>
<div id="content">
{% block content %}{% endblock %}
</div>
+</div>
</body>
</html>