Improve table accessibility
This commit is contained in:
parent
bc781baf14
commit
09cffe2562
5 changed files with 31 additions and 51 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue