fix
Some checks failed
pyrite-dev/taiga/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-03-10 18:44:58 +09:00
commit 6087d0a581
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -106,7 +106,7 @@ void simple_stylesheet(FILE* out, const char* top) {
fprintf(out, "}\n");
fprintf(out, ".grid {\n");
fprintf(out, " border-collapse: collapse;\n");
fprintf(out, " margin-top: 10px 0;\n");
fprintf(out, " margin: 10px 0;\n");
fprintf(out, "}\n");
fprintf(out, "\n");
fprintf(out, ".grid, .grid th, .grid td {\n");