oops, dont make invisible tables have padding

This commit is contained in:
xfnw 2021-01-19 20:24:22 -05:00
parent 15f2361d74
commit d9f85c24d6

View file

@ -44,12 +44,12 @@
table { border-collapse: collapse; }
table.Nm code.Nm { padding-right: 1ch; }
table tr td { padding: 1ch; }
table.tbl tr td { padding: 1ch; }
table.foot { margin-top: 1em; }
html {
line-height: 1.25em;
font-family: "JetBrains Mono", monospace;
font-size: 12pt;
background-color: var(--dark);
color: var(--light);
-moz-tab-size: 4;