piwigo/themes/default/print.css
rvelices ad09493926 simplify inefficient CSS rules according to pagespeed
git-svn-id: http://piwigo.org/svn/trunk@8306 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-26 06:21:26 +00:00

16 lines
No EOL
276 B
CSS

@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;
}
}