Minor EPUB/MOBI fixes.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 21 Dec 2021 11:20:39 +0000 (12:20 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 21 Dec 2021 11:20:39 +0000 (12:20 +0100)
src/librarian/builders/epub.py
src/librarian/epub/style.css

index 6fc0e74..902b460 100644 (file)
@@ -303,6 +303,7 @@ class EpubBuilder(Builder):
 
     def add_toc(self):
         item = epub.EpubNav()
+        item.add_link(href='style.css', rel='stylesheet', type='text/css')
         self.output.add_item(item)
         self.output.spine.append(item)
         self.output.add_item(epub.EpubNcx())
index a740f85..dfd9fe7 100644 (file)
@@ -51,6 +51,11 @@ a img {
     margin: 0;
 }
 
+
+nav#id li {
+    list-style: none;
+}
+
 /* =================================================== */
 /* = Common elements: headings, paragraphs and lines = */
 /* =================================================== */