source: trunk/themes/default/print.css @ 16986

Last change on this file since 16986 was 16986, checked in by rvelices, 12 years ago

fix checkbox of selected derivative on index page when a plugin overrides the default value (merge from 2.4 to trunk)

  • Property svn:eol-style set to LF
File size: 276 bytes
Line 
1@media print {
2#menubar, .content .navigationBar, .categoryActions, .content .calendarViews, .calendarBar,
3#imageToolBar, .navThumb, #commentAdd {
4        display: none;
5}
6
7BODY {
8        margin: 0;
9        color: #000;
10        background: #fff;
11}
12
13#theCategoryPage .content {
14        margin: 0 !important; 
15}
16}
Note: See TracBrowser for help on using the repository browser.