Do not display mms correction

This commit is contained in:
Claude Brisson
2024-08-11 16:38:01 +02:00
parent 9cee68a489
commit 3ae27376a7
2 changed files with 4 additions and 2 deletions

View File

@@ -545,7 +545,8 @@
margin-top: 0.1em !important;
}
#header, #logo, #lang, .steps, #filter-box, #reglist-mode, #footer, #unpairables, #pairing-buttons, button, #standings-params, #logout, .pairing-stats, .result-sheets, .toggle, #overview, .tables-exclusion, .button {
/* TODO - plenty of those elements could just use the .noprint class */
#header, #logo, #lang, .steps, #filter-box, #reglist-mode, #footer, #unpairables, #pairing-buttons, button, #standings-params, #logout, .pairing-stats, .result-sheets, .toggle, #overview, .tables-exclusion, .button, .noprint {
display: none !important;
}