mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-03 20:12:44 +02:00
- fully functional with file merging - takes care of url() in css and recursively merge all @import - migrated public templates only; need more code doc git-svn-id: http://piwigo.org/svn/trunk@7987 68402e56-0260-453c-a942-63ccdbb3a9ee
16 lines
278 B
CSS
16 lines
278 B
CSS
@media print {
|
|
#menubar, .content .navigationBar, UL.categoryActions, .content .calendarViews, .calendarBar,
|
|
#imageToolBar, .navThumb, #addComment {
|
|
display: none;
|
|
}
|
|
|
|
BODY {
|
|
margin: 0;
|
|
color: #000;
|
|
background: #fff;
|
|
}
|
|
|
|
#theCategoryPage .content {
|
|
margin: 0 !important;
|
|
}
|
|
} |