annotate core/misc/print.css @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1
Chris@0 2 body {
Chris@0 3 margin: 1em;
Chris@0 4 background-color: #fff;
Chris@0 5 }
Chris@0 6 [dir="rtl"] body {
Chris@0 7 direction: rtl;
Chris@0 8 }
Chris@0 9 th {
Chris@0 10 text-align: left; /* LTR */
Chris@0 11 color: #006;
Chris@0 12 border-bottom: 1px solid #ccc;
Chris@0 13 }
Chris@0 14 [dir="rtl"] th {
Chris@0 15 text-align: right;
Chris@0 16 }
Chris@0 17 tr:nth-child(odd) {
Chris@0 18 background-color: #ddd;
Chris@0 19 }
Chris@0 20 tr:nth-child(even) {
Chris@0 21 background-color: #fff;
Chris@0 22 }
Chris@0 23 td {
Chris@0 24 padding: 5px;
Chris@0 25 }