source: extensions/modus/css/print.css @ 25794

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