source: branches/2.1/admin/themes/default/print.css @ 6276

Last change on this file since 6276 was 6276, checked in by plg, 14 years ago

merge r6265 from trunk to branch 2.1

Correct text alignement in .infos, .errors
30px => 53px

File size: 216 bytes
Line 
1#menubar, .content .navigationBar, UL.categoryActions, 
2#imageToolBar, .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.