Last change
on this file since 13004 was
8306,
checked in by rvelices, 14 years ago
|
simplify inefficient CSS rules according to pagespeed
|
-
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, #addComment { |
---|
4 | display: none; |
---|
5 | } |
---|
6 | |
---|
7 | BODY { |
---|
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.