perfect images of aztec pass, real world fail

This commit is contained in:
Henry Schimke
2022-09-29 17:46:23 -05:00
parent 0048f68594
commit 4e88a2ca6c
15 changed files with 843 additions and 494 deletions

View File

@@ -11,6 +11,9 @@
.bg_color {
background-color: lightblue;
}
.super_small {
font-size: xx-small;
}
</style>
<script>
function token_text(raw_text, true_value, false_value) {
@@ -124,6 +127,10 @@
new_th.appendChild(new_child_node);
}
if (column_count > 80) {
new_table.classList.add("super_small");
}
root.replaceChildren(new_table);
}