diff options
| author | ziejd2 | 2021-10-11 16:00:02 -0500 |
|---|---|---|
| committer | ziejd2 | 2021-10-11 16:00:02 -0500 |
| commit | 566a4de3fcc9b90da036dbf385044319c11a2b6a (patch) | |
| tree | 15c23be0643f41128f11cf9bb378ed505e259a6b /sourcecodes/scripts/table.css~ | |
| parent | a20784bad5cfa214ce23d16695d0064571bae9c3 (diff) | |
| parent | 73ba58868451b5fc6611e1feaa9b63f17b6cd19d (diff) | |
| download | BNW-566a4de3fcc9b90da036dbf385044319c11a2b6a.tar.gz | |
Resolved merge conflict
Diffstat (limited to 'sourcecodes/scripts/table.css~')
| -rw-r--r-- | sourcecodes/scripts/table.css~ | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/sourcecodes/scripts/table.css~ b/sourcecodes/scripts/table.css~ deleted file mode 100644 index 576f690f..00000000 --- a/sourcecodes/scripts/table.css~ +++ /dev/null @@ -1,42 +0,0 @@ - * { -margin: 0; -padding: 0; -} -d3_table { -width: 100%; - border-collapse: collapse; - margin: 8; -} -d3_caption { - font-size: 16pt; - text-align: left; -} -/* Zebra striping */ -d3_tr:nth-of-type(even) { -background: LightGrey; -} -d3_th { -background: #3071a9; -color: white; -font-size: 12pt; -font-weight: normal; -} - -d3_td, d3_th { -padding: 6px; -border: 1px solid #ccc; - text-align: center; -} -.horizontal-header { -background: #3071a9; -color: white; - font-size: 12pt; -} -.corner-header { -background: LightGrey; -color: black; - font-size: 12pt; -} - - - |
