fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6d66cef
)
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
patch
|
blob
|
history
diff --git
a/project/static/css/html_print.css
b/project/static/css/html_print.css
index
8b199b9
..
38cb596
100644
(file)
--- 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.2
em;
+ left: -
3
em;
color: #777;
font-size: 12px;
width: 2em;
text-align: center;
- padding: 0.25em 0.
7
em;
+ padding: 0.25em 0.
5
em;
line-height: 1.5em;
}