Skip to content

Commit

Permalink
Merge pull request #132 from himorin/erratum-101
Browse files Browse the repository at this point in the history
added table border css to charclass class
  • Loading branch information
r12a committed Nov 26, 2019
2 parents d62fa16 + 090bbb8 commit 5481c83
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion local.css
Expand Up @@ -167,24 +167,33 @@ ol li li li {
padding-left: .5em;
}

.charclass th span:not(.hidden),
.termlist th span:not(.hidden) {
display: inline-block;
}

.charclass th,
.termlist th {
min-width: 4em;
white-space: nowrap;
}

.charclass,
.termlist {
border-collapse: collapse;
}

.charclass th,
.charclass td,
.termlist th,
.termlist td {
border: solid 1px #ccc;
padding: 0 0.5em;
vertical-align: top;
padding: 0.1em 0.25em;
}

.termlist p {
margin: 0 0 1em 0;
}


0 comments on commit 5481c83

Please sign in to comment.