Imported drupal-5.5
[drupal.git] / misc / print.css
bloba61173edbc50423d2f26328d3a69348a298f4942
1 /* $Id: print.css,v 1.5 2005/06/19 08:50:46 dries Exp $ */
3 body {
4 margin: 1em;
5 background-color: #fff;
7 th {
8 text-align: left;
9 color: #006;
10 border-bottom: 1px solid #ccc;
12 tr.odd {
13 background-color: #ddd;
15 tr.even {
16 background-color: #fff;
18 td {
19 padding: 5px;
21 #menu {
22 visibility: hidden;
24 #main {
25 margin: 1em;