Various cosmetic fixes

This commit is contained in:
Claude Brisson
2024-04-13 12:09:01 +02:00
parent 8b27970dfd
commit 3e6cac3eed
4 changed files with 33 additions and 23 deletions

View File

@@ -35,6 +35,13 @@
text-align: center;
}
.note {
padding-left: 0.5em;
font-size: 0.8em;
font-weight: normal;
font-style: italic;
}
.nobreak {
white-space: nowrap;
}