Commit 8199e6d9 authored by Jason Fox's avatar Jason Fox
Browse files

Tweak table notes

parent e17e2e2c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
}

.TAN {
  font-family: Arial;
  font-family: Rubik, Arial;
  font-size: 9pt;
  padding-left: 12pt;
  display: flex;
@@ -146,8 +146,7 @@
  margin-top: 6pt;
  margin-bottom: 9pt;
}
.NO,
.TAN {
.NO {
  display: flex;
  gap: 12pt;
  border: 1px solid;
+5 −1
Original line number Diff line number Diff line
@@ -957,6 +957,10 @@ td[rowspan]:has(.TAH) {
  background-color: rgb(215, 222, 227);
}

td:has(.TAN)  {
  background-color: aliceblue;
}

/* STRIPED TABLES DOES NOT WORK WITH GRID TABLES AS THEY REQUIRE CUSTOM CSS TO WORK PROPERLY
   LOOK AT THE BOTTOM OF THIS FILE FOR THE CUSTOM CSS
  ========================================================================== */