Don't generate HTML files for books with no text.
[wolnelektury.git] / wolnelektury / media / css / master.css
index 82d55a8..fae4417 100644 (file)
@@ -383,13 +383,18 @@ div.shown-tags p {
     margin-left: 3.5em;
 }
 
-.book-thumbnail {
+.book-thumbnail, .book-parent-thumbnail {
     background: transparent url(/media/img/book.png) no-repeat 0 0;
     width: 3em;
     height: 3em;
     float: left;
 }
 
+.book-parent-thumbnail {
+    background: transparent url(/media/img/book-parent.png) no-repeat 0 0;
+}
+
+
 /* =============== */
 /* = Simple form = */
 /* =============== */