blob: 89823a3df58e4660f9a67f223a37bfc35e53bbd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
@media print {
#menubar, .content .navigationBar, .categoryActions, .content .calendarViews, .calendarBar,
#imageToolBar, .navThumb, #commentAdd {
display: none;
}
BODY {
margin: 0;
color: #000;
background: #fff;
}
#theCategoryPage .content {
margin: 0 !important;
}
}
|