turn off comments
[redakcja.git] / redakcja / static / css / book.css
index c68e46e..15f3570 100644 (file)
@@ -15,6 +15,19 @@ a {
     max-width: 36em;
 }
 
+table {
+    border-collapse: collapse;
+    width: 100%;
+}
+
+table.border, table.border td, table.border th {
+    border: 1px solid black;
+}
+
+td, th {
+    vertical-align: top;
+}
+
 /* ================================== */
 /* = Header with logo and menu      = */
 /* ================================== */
@@ -394,6 +407,12 @@ em.person {
     font-variant: small-caps;
 }
 
+em.wieksze-odstepy
+{
+    font-style: normal;
+    word-spacing: 1em;
+}
+
 .verse:after {
     content: "\feff";
 }