More API progress

This commit is contained in:
RichardG867
2022-03-20 00:01:45 -03:00
parent 55d293d633
commit 7a90860982
6 changed files with 725 additions and 10 deletions

View File

@@ -46,3 +46,11 @@ tr.row-odd > td {
div.vertical-text {
transform: rotate(270deg);
}
/* Bitfield table. */
div.bit-table > div.wy-table-responsive > table > thead > tr > th:not(.stub), div.bit-table > div.wy-table-responsive > table > tbody > tr > td {
text-align: center;
vertical-align: middle;
min-width: 26px;
padding: 0;
}