1
mirror of https://github.com/rclone/rclone synced 2025-01-03 03:46:24 +01:00

docs: tweak rendering of tables to match the new theme

This commit is contained in:
Nick Craig-Wood 2020-05-21 18:25:01 +01:00
parent 0db20c9c56
commit 0a74f8022e

View File

@ -16,22 +16,22 @@ a:hover {
} }
table { table {
background-color:#e0e0ff background-color:#f0f0f0;
} }
tbody td, th { tbody td, th {
border: 1px solid black; border: 1px solid #c0c0c0;
padding: 3px 7px 2px 7px; padding: 3px 7px 2px 7px;
} }
thead td, th { thead td, th {
border: 1px solid black;
padding: 3px 7px 2px 7px; padding: 3px 7px 2px 7px;
font-weight: bold; font-weight: bold;
background-color:#e0e0e0;
} }
tbody tr:nth-child(odd) { tbody tr:nth-child(even) {
background-color:#d0d0ff background-color:#e8e8e8;
} }
/* Preserve whitespace. Wrap text only at line breaks. */ /* Preserve whitespace. Wrap text only at line breaks. */