update table style
authorJan Szejko <janek37@gmail.com>
Fri, 4 Aug 2017 15:17:24 +0000 (17:17 +0200)
committerJan Szejko <janek37@gmail.com>
Fri, 4 Aug 2017 15:17:24 +0000 (17:17 +0200)
lib/librarian
redakcja/static/css/book.css
redakcja/static/css/html.css

index a4af74c..c87453a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a4af74c13b9139bb75ce9e6d40d743f58089b2ef
+Subproject commit c87453a1da79443d74132398e7dd1aaa83140fee
index 89edfdf..6d78f79 100644 (file)
@@ -15,6 +15,15 @@ a {
     max-width: 36em;
 }
 
+table {
+    border-collapse: collapse;
+    width: 100%;
+}
+
+table.border, table.border td, table.border th {
+    border: 1px solid black;
+}
+
 /* ================================== */
 /* = Header with logo and menu      = */
 /* ================================== */
index 003d7d2..6439a64 100644 (file)
     font-variant: small-caps;
 }
 
-em.wieksze_odstepy {
+.htmlview em.wieksze_odstepy {
     font-style: normal;
     word-spacing: 1em;
 }