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
RevLine 
[7987]1@media print {
[8306]2#menubar, .content .navigationBar, .categoryActions, .content .calendarViews, .calendarBar,
[16986]3#imageToolBar, .navThumb, #commentAdd {
[7841]4        display: none;
[859]5}
6
7BODY {
[7841]8        margin: 0;
9        color: #000;
10        background: #fff;
[859]11}
12
[7869]13#theCategoryPage .content {
[7852]14        margin: 0 !important; 
[859]15}
[7987]16}
Note: See TracBrowser for help on using the repository browser.