summaryrefslogtreecommitdiffstats
path: root/htdocs/print.css
blob: c69a236ed1d3299f9dcc82767f1257e3498f5529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#menu, .jumpbar, address, .copyright, #revalidate { 
    display: none 
    }

body {
    font-size: 12pt; 
    }

#banner { 
    background: white; 
    }

/* trying to avoid having the source drool out of the paper */
#source div pre { white-space: normal }
/* ... yet have something legible */
#source div pre a {display: block }