Commit 0cac193311

0cac1933116c63f125ed2df5bad95469bb222959

parent: 6b2c5a3105

Verified · cmc ci/build: success ci/test: success

cmc <hello@cleberg.net> · 2026-09-19 01:27 UTC

web: a rendered table keeps its last row's bottom border

Ref #225
internal/web/static/style.css +1
@@ -985,6 +985,7 @@ pre.message {
985985 overflow-wrap: normal; /* scroll the table, don't shatter words */
986986}
987987.rendered th { background: var(--surface); font-weight: 600; }
988.rendered tr:last-child td { border-bottom: 1px solid var(--line); }
988989/* GFM task lists: the box sits in the line, sized to the prose */
989990.rendered li input[type="checkbox"] { width: 0.9em; height: 0.9em; margin: 0 0.35em 0 0; vertical-align: -0.05em; background-size: 0.7em; }
990991.rendered li:has(> input[type="checkbox"]) { list-style: none; margin-left: -1.2em; }