small cite box font size fix
[wolnelektury.git] / wolnelektury / templates / catalogue / book_text.html
index b1b5d7f..cef76f8 100644 (file)
@@ -47,9 +47,7 @@
             </ul>
         </div>
         <div id="header">
-            <div id="logo">
-                <a href="/">Wolne Lektury</a>
-            </div>
+            <a href="/"><img src="{{ STATIC_URL }}img/logo-220.png" alt="Wolne Lektury" /></a>
         </div>
         <div id="themes">
             <ol>
@@ -58,7 +56,7 @@
                     {% for fragment in fragments %}
                         <a href="#m{{ fragment.anchor }}">{{ forloop.counter }}</a>
                     {% endfor %}
-                <li>
+                </li>
                 {% endfor %}
             </ol>
         </div>