~ubuntu-branches/ubuntu/oneiric/drupal5/oneiric

« back to all changes in this revision

Viewing changes to misc/print.css

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2007-03-10 20:04:24 UTC
  • Revision ID: james.westby@ubuntu.com-20070310200424-w6v3crmyowlx2zsq
Tags: upstream-5.1
ImportĀ upstreamĀ versionĀ 5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: print.css,v 1.5 2005/06/19 08:50:46 dries Exp $ */
 
2
 
 
3
body {
 
4
  margin: 1em;
 
5
  background-color: #fff;
 
6
}
 
7
th {
 
8
  text-align: left;
 
9
  color: #006;
 
10
  border-bottom: 1px solid #ccc;
 
11
}
 
12
tr.odd {
 
13
  background-color: #ddd;
 
14
}
 
15
tr.even {
 
16
  background-color: #fff;
 
17
}
 
18
td {
 
19
  padding: 5px;
 
20
}
 
21
#menu {
 
22
  visibility: hidden;
 
23
}
 
24
#main {
 
25
  margin: 1em;
 
26
}