Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
2009 raphael.pi 1
table { 
2
counter-reset: line-number; 
3
    border-collapse: collapse;
4
}
5
 
6
td.numberLine:first-child:before {
7
content: counter(line-number) ".";
8
counter-increment: line-number;
9
padding-right: 0.3em; }
10
 
11
@page {
12
    margin-top: 5cm;
13
    margin-bottom: 1cm;
14
    margin-left: 0cm;
15
    margin-right: 0cm;
16
}
17
 
18
div.mySpace {
19
    margin-left: 20px;
20
}
21
 
22
tr {
23
    page-break-inside: avoid;
24
}
25