X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6d66ceff54d470d238250c73ab484d496bf296db..b6a988bcb0532fa8bce3f1dab8862bb53ade7b3b:/project/static/css/html_print.css diff --git a/project/static/css/html_print.css b/project/static/css/html_print.css index 8b199b99..38cb5968 100644 --- a/project/static/css/html_print.css +++ b/project/static/css/html_print.css @@ -99,15 +99,19 @@ /* ============= */ /* = Numbering = */ /* ============= */ -.htmlview .anchor { +.htmlview p { position: relative; +} + +.htmlview .anchor { + position: absolute; margin: 0em; - left: -2.2em; + left: -3em; color: #777; font-size: 12px; width: 2em; text-align: center; - padding: 0.25em 0.7em; + padding: 0.25em 0.5em; line-height: 1.5em; }