Changed stanzas in drama lines to have margin 0 again.
[wolnelektury.git] / bin / master.css
index dca4909..c3613d5 100644 (file)
@@ -86,17 +86,17 @@ p {
 /* = Custom elements = */
 /* =================== */
 span.author {
-    font-size: 0.8em;
+    font-size: 0.75em;
     display: block;
     line-height: 1.5em;
     margin-bottom: 0.25em;
 }
 
 span.collection {
-    font-size: 0.5em;
+    font-size: 0.75em;
     display: block;
     line-height: 1.5em;
-    margin-bottom: -0.5em;
+    margin-bottom: -0.25em;
 }
 
 div.didaskalia {
@@ -108,6 +108,14 @@ div.kwestia {
     margin: 0.5em 0 0;
 }
 
+div.stanza {
+    margin: 1.5em 0 0;
+}
+
+div.kwestia div.stanza {
+    margin: 0;
+}
+
 p.paragraph {
     text-align: justify;
     margin: 1.5em 0 0;