make spec tables prettier

This commit is contained in:
Ben Parsons 2018-08-29 16:38:59 +01:00
parent 39ef845a53
commit 6e0fe70500
7 changed files with 49 additions and 15 deletions

View file

@ -318,6 +318,29 @@ table.citation td {
border-bottom: none;
}
table.colwidths-auto caption {
font-family: monospace;
font-size: x-large;
padding: 2px;
}
table.colwidths-auto {
width:100%;
margin-top: 20px;
}
table.colwidths-auto tr td:nth-child(1) {
width: 15%;
}
table.colwidths-auto tr td:nth-child(2) {
width: 15%;
}
table.colwidths-auto tr td:nth-child(3) {
width: 70%;
}
/* -- other body styles ----------------------------------------------------- */
ol.arabic {