diff options
| author | Patrick | 2025-12-30 21:54:31 +0100 |
|---|---|---|
| committer | Patrick | 2025-12-30 21:54:31 +0100 |
| commit | e25d484552da8383f9903d56d64094842389c44b (patch) | |
| tree | 8218976d4e248004d2fe030135c030d770f429a2 /cgithub | |
| parent | d0fc7b26ea7ec8f4139393dbf243a67b3a528205 (diff) | |
| download | ps-cgit-e25d484552da8383f9903d56d64094842389c44b.tar.gz ps-cgit-e25d484552da8383f9903d56d64094842389c44b.zip | |
fix
Diffstat (limited to 'cgithub')
| -rw-r--r-- | cgithub/head-include.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cgithub/head-include.html b/cgithub/head-include.html index 6ee3f2f..727f258 100644 --- a/cgithub/head-include.html +++ b/cgithub/head-include.html @@ -21,10 +21,9 @@ table.list tr:nth-child(n+11):has(~ tr td input[type=checkbox]:not(:checked)) { display: none; } -table.list tr:nth-child(n+11) ~ tr:has(td input[type=checkbox]:not(:checked)) { +table.list tr:nth-child(n+11) ~ tr:has(td input[type=checkbox]) { display: table-row; } - table.list tr:has(td input[type=checkbox]) { display: none; } |
