Fixes #2035: Minor cite formatting issues.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Mon, 10 Feb 2014 14:30:44 +0000 (15:30 +0100)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Mon, 10 Feb 2014 14:30:44 +0000 (15:30 +0100)
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 {