layout fixes
[copyspeak.git] / src / copyspeak / templates / flatpages / default.html
index 42f670e..cd805b7 100644 (file)
@@ -5,7 +5,9 @@
 
 
 {% block body %}
-<article class="flatpage">
+<div class="text-page-wrapper">
+<article class="text-page">
 {{ flatpage.content|textile_pl }}
 </article>
+</div>
 {% endblock %}