summaryrefslogtreecommitdiff
path: root/maj/print.css
blob: 609bbe0398b76f300b7eb3795687c705f92350f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    line-height: 1.5;
    margin: 0;
}

img {
    border: thick #ccc solid;
    margin: 0;
}

img.scale {
    width: 96%;
}