X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6c071c6cbb739209e9d8488ff7080f8ad7c7d2d0..d116958f99e146428e96ef383e4d02e4683ae6ed:/wolnelektury/templates/publish_plan.html

diff --git a/wolnelektury/templates/publish_plan.html b/wolnelektury/templates/publish_plan.html
index 2a6d90a8d..c4c3d6e6a 100755
--- a/wolnelektury/templates/publish_plan.html
+++ b/wolnelektury/templates/publish_plan.html
@@ -7,7 +7,7 @@
 {% block body %}
 <h1>{% trans "Publishing plan" %}</h1>
 
-<ul>
+<ul class="normal-text">
 {% for elem in plan %}
     <li><a href="{{ elem.link }}">{{ elem.title }}</a></li>
 {% endfor %}