X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/f8442984a021793164661a54ec84ae9caaf9862b..2094e2a2f3411be494edb9b53da8735815cd5aff:/librarian/mobi/style.css diff --git a/librarian/mobi/style.css b/librarian/mobi/style.css old mode 100755 new mode 100644 index 99792e5..9afe2ae --- a/librarian/mobi/style.css +++ b/librarian/mobi/style.css @@ -2,7 +2,6 @@ /* = Common elements: headings, paragraphs and lines = */ /* =================================================== */ - .h2 { font-size: 2em; @@ -31,9 +30,15 @@ .paragraph { - margin-top: 0; + margin: 0; +} + +.paragraph + .paragraph +{ + text-indent: 1.5em; } + /* ======================== */ /* = Footnotes and themes = */ /* ======================== */ @@ -71,15 +76,10 @@ /* = 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; } /* =================== */