ad09493926
git-svn-id: http://piwigo.org/svn/trunk@8306 68402e56-0260-453c-a942-63ccdbb3a9ee
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, #addComment {
|
|
display: none;
|
|
}
|
|
|
|
BODY {
|
|
margin: 0;
|
|
color: #000;
|
|
background: #fff;
|
|
}
|
|
|
|
#theCategoryPage .content {
|
|
margin: 0 !important;
|
|
}
|
|
} |