source: trunk/admin/themes/default/print.css @ 15659

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

removed unused css rules

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