layout changes
[wolnelektury.git] / wolnelektury / templates / catalogue / book_mini_box.html
index 9b61283..58abaa6 100755 (executable)
             " alt="Cover" />
         {% endif %}
         {% for author in authors %}
-            <div class="mono author">{{ author }}</div>
-            {{ book.title }}
+            <div class="desc">
+                <span class="mono author">{{ author }}</span>
+                <span class="title">{{ book.title }}</span>
+            </div>
         {% endfor %}
     </a>
 </div>