X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7cf1f5926f871122e6e240432531ae942c4f9df1..73ce961f14509aabfa26536f847afd28111029c6:/wolnelektury/templates/catalogue/book_mini_box.html diff --git a/wolnelektury/templates/catalogue/book_mini_box.html b/wolnelektury/templates/catalogue/book_mini_box.html index 9b61283e7..58abaa61d 100755 --- a/wolnelektury/templates/catalogue/book_mini_box.html +++ b/wolnelektury/templates/catalogue/book_mini_box.html @@ -11,8 +11,10 @@ " 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>