X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9248db7c869977349a89eeb23966b63c4dd5ff00..1d3f6b322fe6a720c493fedd89b06084e0396b73:/wolnelektury/media/css/master.book.css diff --git a/wolnelektury/media/css/master.book.css b/wolnelektury/media/css/master.book.css index d8ffe492d..8d0949435 100644 --- a/wolnelektury/media/css/master.book.css +++ b/wolnelektury/media/css/master.book.css @@ -108,6 +108,7 @@ img { margin: 0; color: blue; font-size: 16px; + position: inherit; } /* =================================================== */ @@ -192,13 +193,15 @@ blockquote { /* = Numbering = */ /* ============= */ .anchor { - float: left; - margin: -0.2em -0.5em -0.2em -3.5em; + position: absolute; + margin: -0.25em -0.5em; + left: 1em; color: #777; font-size: 12px; width: 2em; text-align: center; - padding: 0.2em 0.5em; + padding: 0.25em 0.5em; + line-height: 1.5em; } .anchor:hover, #book-text .anchor:active {