fix in librarian
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / cite.scss
index cd11ec1..eb3a511 100755 (executable)
     .cite-body {
         @include size(font-size, 18px);
         line-height: 1.3em;
+
+        h4 {
+            margin: 0;
+        }
+        .didaskalia {
+            font-style: italic;
+        }
+        .verse {
+            // Cancel any indentation.
+            padding-left: 0 !important;
+        }
+        .person {
+            font-style: inherit;
+        }
     }
 
     blockquote {