margin: 0.5em;
}
-/*.book-wide-box.search-result .book-box-inner, .book-wide-box.search-result blockquote {
- height: auto !important;
-}*/
+
+/*
+ * ingenous float containment hack
+ * http://www.mikepadgett.com/technology/technical/alternative-to-the-pie-clearfix-hack/
+ */
+.search-result .book-box-inner {
+ height: 1%;
+ overflow: hidden;
+}
.book-mini-box img, .book-box img, .book-wide-box img, .search-result img {
width: 13.9em;
{% endif %}
<!-- tu pójdą trafienia w tagi: Autorzy - z description oraz motywy i rodzaje (z book_count) -->
-
+ {% spaceless %}
{% if results.author %}
<div class="book-list-header">
<div class="book-box-inner">
<div>
<ol class="work-list">
{% for author in results.author %}
- <li class="work-item">
+ <li class="Book-item">
{% book_short author.book %}
</li>
{% endfor %}
<div>
<ol class="work-list">
{% for result in results.title %}
- <li class="work-item">
+ <li class="Book-item">
{% book_short result.book %}
</li>
{% endfor %}
<div>
<ol class="work-list">
{% for result in results.content %}
- <li class="work-item">
+ <li class="Book-item">
{% book_searched result %}
</li>
{% endfor %}
<div>
<ol class="work-list">
{% for result in results.other %}
- <li class="work-item">
+ <li class="Book-item">
{% book_searched result %}
</li>
{% endfor %}
</ol>
</div>
{% endif %}
-
+ {% endspaceless %}