Smaller icons.
[wolnelektury.git] / src / wolnelektury / static / css / new.book.css
index 0c00de3..db78b53 100644 (file)
@@ -227,6 +227,13 @@ div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
     font-style: italic;
 }
 
+div.frame {
+    border: 1px darkgray solid;
+    padding: 1em;
+    margin-top: 1em;
+    margin-bottom: 1em;
+}
+
 hr.spacer {
     height: 3em;
     visibility: hidden;
@@ -266,10 +273,25 @@ em.person {
     font-variant: small-caps;
 }
 
+em.wieksze-odstepy {
+    font-style: normal;
+    word-spacing: 1em;
+}
+
 .verse:after {
     content: "\feff";
 }
 
+table {
+    border-collapse: collapse;
+    width: 100%;
+}
+
+table.border td, table.border th {
+    border: 1px solid black;
+    vertical-align: top;
+}
+
 
 /* =================================== */
 /* = Hide some elements for printing = */