summary refs log tree commit diff stats
path: root/theme/css/print.css
blob: ce872e06fa7c057746563512c8386dfdf663073e (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
25
26
27
28
29
30
31
32
33
34
35
36
body {
 width: 100% !important;
}

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

div#banner {
 background-image: none;
 height: auto !important;
}

div#banner h1 a {
 text-indent: 0 !important;
 color: black;
 text-align: center;
 height: auto !important;
}

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

div#content {
 width: 100%;
}

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