comparison core/misc/print.css @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c75dbcec494b
1
2 body {
3 margin: 1em;
4 background-color: #fff;
5 }
6 [dir="rtl"] body {
7 direction: rtl;
8 }
9 th {
10 text-align: left; /* LTR */
11 color: #006;
12 border-bottom: 1px solid #ccc;
13 }
14 [dir="rtl"] th {
15 text-align: right;
16 }
17 tr:nth-child(odd) {
18 background-color: #ddd;
19 }
20 tr:nth-child(even) {
21 background-color: #fff;
22 }
23 td {
24 padding: 5px;
25 }