aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/print.css
blob: 3f68df3c96f121184a44bff6ac122cede3e473ef (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, #addComment {
	display: none;
}

BODY {
	margin: 0;
	color: #000;
	background: #fff;
}

#theCategoryPage .content {
	margin: 0 !important; 
}
}