Improve table accessibility

This commit is contained in:
Frankie B 2023-08-15 00:13:53 +01:00
commit 09cffe2562
5 changed files with 31 additions and 51 deletions

View file

@ -416,6 +416,7 @@ table.gb-admin tr td.gb-message {
border-top: none;
vertical-align: top;
padding: 5px;
column-span: 2;
}
table.infotable tr td {
@ -430,6 +431,15 @@ table.infotable tr td small {
margin: 0;
}
caption h1,
caption h2 {
margin: 0;
}
caption {
text-align: left;
}
table.infotable tr td small {
margin-bottom: 5px;
}