CSS style footnotes clean up
[librarian.git] / librarian / epub / style.css
index a862dce..0f5aaeb 100644 (file)
@@ -140,16 +140,11 @@ p
 /* = Numbering = */
 /* ============= */
 
-.anchor
+.anchor sup
 {
-       margin: -0.25em -0.5em;
-       color: #777;
-       font-size: 0.875em;
-       width: 2em;
-       text-align: center;
-       padding: 0.25em 0.5em;
-       line-height: 1.5em;
-}
+       vertical-align: text-top;
+       font-size: 0.7em;
+}      
 
 /* =================== */
 /* = Custom elements = */
@@ -238,7 +233,12 @@ div.kwestia
 .paragraph
 {
        text-align: justify;
-       margin-top: 1.5em;
+       margin: 0
+}
+
+.paragraph + .paragraph
+{
+       text-indent: 1.5em;
 }
 
 .motto