diff options
Diffstat (limited to 'theme/css')
-rw-r--r-- | theme/css/print.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/theme/css/print.css b/theme/css/print.css index 5e54a1e..ce872e0 100644 --- a/theme/css/print.css +++ b/theme/css/print.css | |||
@@ -2,10 +2,22 @@ body { | |||
2 | width: 100% !important; | 2 | width: 100% !important; |
3 | } | 3 | } |
4 | 4 | ||
5 | div#banner, div#footer, div#rightbar { | 5 | div#footer, div#rightbar, div#push { |
6 | display: none; | 6 | display: none; |
7 | } | 7 | } |
8 | 8 | ||
9 | div#banner { | ||
10 | background-image: none; | ||
11 | height: auto !important; | ||
12 | } | ||
13 | |||
14 | div#banner h1 a { | ||
15 | text-indent: 0 !important; | ||
16 | color: black; | ||
17 | text-align: center; | ||
18 | height: auto !important; | ||
19 | } | ||
20 | |||
9 | span.print { | 21 | span.print { |
10 | display: inline; | 22 | display: inline; |
11 | } | 23 | } |