Transition from square bracket to superscripted footnotes
[librarian.git] / librarian / epub / style.css
index 249ae09..ab88bf8 100644 (file)
@@ -107,28 +107,24 @@ p
        text-align: left;
 }
 
-.annotation
+.annotation-anchor
 {
        font-style: normal;
        font-weight: normal;
        font-size: 0.875em;
-}
-
-#footnotes .annotation
-{
        display: block;
        float: left;
        width: 2.5em;
        clear: both;
 }
 
-#footnotes div
+.annotation
 {
     margin: 0;
     margin-top: 1.5em;
 }
 
-#footnotes p
+.annotation-body
 {
        margin-left: 2.5em;
        font-size: 0.875em;
@@ -242,7 +238,12 @@ div.kwestia
 .paragraph
 {
        text-align: justify;
-       margin-top: 1.5em;
+       margin: 0
+}
+
+.paragraph + .paragraph
+{
+       text-indent: 1.5em;
 }
 
 .motto
@@ -351,20 +352,26 @@ em.author-emphasis
        text-transform: uppercase;
 }
 
-p.info
+.info
 {
        text-align: center;
        margin-bottom: 1em;
 }
+.info div
+{
+    text-align: center;
+}
 
-p.info img
+.info img
 {
        margin: 0;
        margin-left: 2em;
        margin-right: 2em;
 }
 
-p.minor {
+p.minor-info {
+    text-align: center;
+    margin-bottom: 1em;
     font-size: 0.75em;
 }
 p.footer {