Add a cleardiv.
[wolnelektury.git] / src / catalogue / templates / catalogue / book_text.html
index 19e1fbe..238d50e 100644 (file)
@@ -69,6 +69,7 @@
       {% if prev %}
         <a style="display:inline-block;padding: 1em;" href="{% url 'book_text' prev.slug %}">&larr;&nbsp;{{ prev.title }}</a>
       {% endif %}
+      <div style="clear:both;"></div>
       {{ book_text|safe }}
     {% endwith %}
   </article>