1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/sources/themes/default/print.css

16 lines
276 B
CSS
Raw Normal View History

2014-07-06 13:21:10 +02:00
@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;
}
}