From b6a988bcb0532fa8bce3f1dab8862bb53ade7b3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rekucki?= Date: Thu, 8 Oct 2009 15:24:39 +0200 Subject: [PATCH] =?utf8?q?Poprawione=20numery=20wers=C3=B3w=20w=20widoku?= =?utf8?q?=20do=20druku.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/static/css/html_print.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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; } -- 2.20.1