summaryrefslogtreecommitdiff
path: root/additions/print.css
blob: f6199751edfb5908ac31141c7b2476fefc74c35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#sidebar#tags#alt-langs#push#footer p.contacts#toplink {
    display: none;
}
 
#wrapper#main-col#content#footer {
    width: 100%;
}
 
#content {
    line-height: 1.5em;
}
 
a {
    text-decoration: none;
    color: inherit;
}
 
a img {
    border: none;
}
 
span.title {
    display: none;
}
 
body {
    font: normal 100%/1.375 GeorgiaTimesTimes New Roman, serif;
}
 
h1h2h3h4h5h6 {
    font-family: VerdanaArialHelveticasans-serif;
}