Mercurial > defr > drupal > core
comparison misc/print.css @ 1:c1f4ac30525a 6.0
Drupal 6.0
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:28:28 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:5a113a1c4740 | 1:c1f4ac30525a |
---|---|
1 /* $Id: print.css,v 1.6 2007/06/10 08:55:55 goba Exp $ */ | |
2 | |
3 body { | |
4 margin: 1em; | |
5 background-color: #fff; | |
6 } | |
7 th { | |
8 text-align: left; /* LTR */ | |
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 } |