X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/cf61eb00421c5f6bb1b530e1d499815bc266faac..85719a090f19061c4e105b58ad4070f4140995f2:/edumed/templates/flatpages/default.html

diff --git a/edumed/templates/flatpages/default.html b/edumed/templates/flatpages/default.html
index f19f3c3..1ab012c 100755
--- a/edumed/templates/flatpages/default.html
+++ b/edumed/templates/flatpages/default.html
@@ -4,7 +4,7 @@
 {% block title %}{{ flatpage.title }}{% endblock %}
 
 {% block body %}
-<div id="main-bar">
+<div id="main-bar" class="flatpage">
 {{ flatpage.content|textile_pl }}
 </div>
 {% endblock %}