abouttreesummaryrefslogcommitdiff
path: root/cgithub
diff options
context:
space:
mode:
authorPatrick2025-12-30 22:05:54 +0100
committerPatrick2025-12-30 22:05:54 +0100
commit5e5818f650513663322c485cfcdfb268eb232990 (patch)
treef25ee0dcc2b02b99c08a0b271ee5551128779af4 /cgithub
parente25d484552da8383f9903d56d64094842389c44b (diff)
downloadps-cgit-5e5818f650513663322c485cfcdfb268eb232990.tar.gz
ps-cgit-5e5818f650513663322c485cfcdfb268eb232990.zip
increase number of displayed table rows by 1 to 10 bc table has a header row
Diffstat (limited to 'cgithub')
-rw-r--r--cgithub/head-include.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgithub/head-include.html b/cgithub/head-include.html
index 727f258..bc8192f 100644
--- a/cgithub/head-include.html
+++ b/cgithub/head-include.html
@@ -18,10 +18,10 @@
margin: var(--content-v-margin) auto;
margin-top: 0; margin-bottom: 0;
}
-table.list tr:nth-child(n+11):has(~ tr td input[type=checkbox]:not(:checked)) {
+table.list tr:nth-child(n+12):has(~ tr td input[type=checkbox]:not(:checked)) {
display: none;
}
-table.list tr:nth-child(n+11) ~ tr:has(td input[type=checkbox]) {
+table.list tr:nth-child(n+12) ~ tr:has(td input[type=checkbox]) {
display: table-row;
}
table.list tr:has(td input[type=checkbox]) {