From: Łukasz Rekucki Date: Thu, 8 Oct 2009 13:24:39 +0000 (+0200) Subject: Poprawione numery wersów w widoku do druku. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/b6a988bcb0532fa8bce3f1dab8862bb53ade7b3b?ds=inline;hp=--cc Poprawione numery wersów w widoku do druku. --- b6a988bcb0532fa8bce3f1dab8862bb53ade7b3b 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; }