allow strofa inside table + fix table border in html/epub + fix empty verses in epub
[librarian.git] / librarian / epub / style.css
index 78ed5bc..e40c754 100644 (file)
@@ -371,7 +371,8 @@ p.footer {
 
 table {
     border-collapse: collapse;
+    width: 100%;
 }
-td {
+table.border th, table.border td {
     border: 1px solid black;
 }