mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
16 lines
No EOL
276 B
CSS
16 lines
No EOL
276 B
CSS
@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;
|
|
}
|
|
} |