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

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

css rules simplification

  • merged rules
  • remove overly qualified inefficient selectors

etc...

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