Preliminary math and tables support.
[librarian.git] / librarian / epub / style.css
index 6225c7a..57f5490 100644 (file)
@@ -135,7 +135,7 @@ p
 {
     line-height: 0;
     font-size: 0.7em;
-}   
+}
 
 /* =================== */
 /* = Custom elements = */
@@ -368,3 +368,10 @@ p.minor-info {
 p.footer {
     margin-top: 2em;
 }
+
+table {
+    border-collapse: collapse;
+}
+td {
+    border: 1px solid black;
+}