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

Last change on this file since 12920 was 8306, checked in by rvelices, 13 years ago

simplify inefficient CSS rules according to pagespeed

  • 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,
[1194]3#imageToolBar, .navThumb, #addComment {
[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.