Poprawione numery wersów w widoku do druku.
authorŁukasz Rekucki <lrekucki@gmail.com>
Thu, 8 Oct 2009 13:24:39 +0000 (15:24 +0200)
committerŁukasz Rekucki <lrekucki@gmail.com>
Thu, 8 Oct 2009 13:24:39 +0000 (15:24 +0200)
project/static/css/html_print.css

index 8b199b9..38cb596 100644 (file)
 /* ============= */
 /* = 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;
 }