diff options
author | Bradley Taunt <bt@btxx.org> | 2024-12-05 20:40:37 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-12-05 20:40:37 -0500 |
commit | 491dea39f9a0da7feca840b7652a486982739240 (patch) | |
tree | 0913d03669d1778dfce9ef271076aef78ffb882b | |
parent | 6cd7fa2cc387807870fba977579bc8d251ef0ab1 (diff) |
Target member table row counts only
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ table.members tbody tr { counter-increment: rowNumber; position: relative; } -table tbody tr td:first-child::before { +table.members tbody tr td:first-child::before { border-bottom: 1px solid #24272D; color: #24272D; content: counter(rowNumber); |