annotate core/misc/print.css @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
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 }