summary refs log tree commit diff stats
path: root/theme/css/print.css
blob: 5e54a1ee3d8b92f99a3e024baf640e2795d74b02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body {
 width: 100% !important;
}

div#banner, div#footer, div#rightbar {
 display: none;
}

span.print {
 display: inline;
}
 
div#cleardiv {
 clear: none;
}

div#content {
 width: 100%;
}

div.post-title {
 width: 90%;
}