source:
extensions/modus/css/print.css
@
29362
Last change on this file since 29362 was 25794, checked in by , 11 years ago | |
---|---|
File size: 208 bytes |
Rev | Line | |
---|---|---|
[25794] | 1 | @media print { |
2 | #menubar, .content .navigationBar, .categoryActions, .content .calendarViews, | |
3 | #imageToolBar, .navThumb, #commentAdd { | |
4 | display: none; | |
5 | } | |
6 | ||
7 | BODY { | |
8 | margin: 0; | |
9 | color: #000; | |
10 | background: #fff; | |
11 | } | |
12 | ||
13 | } |
Note: See TracBrowser
for help on using the repository browser.