[Mobi] CSS improvements for paragraph and footnotes
authorRobert Błaut <listy@blaut.biz>
Wed, 15 Jan 2014 22:39:42 +0000 (23:39 +0100)
committerRobert Błaut <listy@blaut.biz>
Wed, 15 Jan 2014 22:39:42 +0000 (23:39 +0100)
librarian/mobi/style.css

index 99792e5..9afe2ae 100644 (file)
@@ -2,7 +2,6 @@
 /* = Common elements: headings, paragraphs and lines = */
 /* =================================================== */
 
-
 .h2
 {
        font-size: 2em;
 
 .paragraph
 {
-    margin-top: 0;
+    margin: 0;
+}
+
+.paragraph + .paragraph
+{
+    text-indent: 1.5em;
 }
 
+
 /* ======================== */
 /* = Footnotes and themes = */
 /* ======================== */
 /* = 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;
 }
 
 /* =================== */