Aggiornamento manuale: comparison page, CSS, mkdocs, source-notes
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user