source: extensions/Simple_Grey/print.css @ 4710

Last change on this file since 4710 was 4710, checked in by boulde, 14 years ago

remove unused code, add image size limit in themeconf and other suggestions
from EX-FTB, make the theme useable without javascript (show menu & comments),
...

File size: 248 bytes
Line 
1body {
2    margin: 0;
3    color: #000000;
4    background: #ffffff;
5}
6
7#content {
8    margin: 0;
9}
10
11#menubar, #content .navigationBar, ul.categoryActions,
12#content div.calendarViews, .calendarBar, #imageToolBar, #addComment {
13    display: none;
14}
15
16
Note: See TracBrowser for help on using the repository browser.