Column widths

merge-requests/20/merge
Bob Mottram 2021-04-22 23:14:35 +01:00
parent 4dac27b0dd
commit bb3089b69b
1 changed files with 11 additions and 0 deletions

View File

@ -197,6 +197,17 @@ figure {
height: auto;
}
.accesskeys {
border: 0;
width: 100%;
}
.accesskeys-left {
width: 80%;
}
.accesskeys-right {
width: 20%;
}
.cw {
font-style: var(--cw-style);
font-weight: var(--cw-weight);