Aggiornamento manuale: comparison page, CSS, mkdocs, source-notes

This commit is contained in:
2026-07-30 10:43:05 +02:00
parent fb1c5ec4b2
commit 1126fcc020
4 changed files with 153 additions and 1 deletions

View File

@@ -401,3 +401,10 @@ img.diagram + em {
padding-right: calc(100% - 16.1rem);
}
}
/* -------- Compact table (wide comparison tables) -------------------------- */
/* Default table body is .78rem; 66% ≈ .515rem so a 4-column comparison fits
without horizontal scroll. Header cells scale down proportionally too. */
.md-typeset .compact-table table:not([class]) { font-size: .515rem; }
.md-typeset .compact-table table:not([class]) th { font-size: .46rem; }
.md-typeset .compact-table code { font-size: .9em; }