many visual improvements

This commit is contained in:
Ben Parsons 2018-08-31 13:55:27 +01:00
parent f1ae872857
commit e8afab1fe5
2 changed files with 40 additions and 12 deletions

View file

@ -319,10 +319,24 @@ table.citation td {
}
table.colwidths-auto caption {
font-family: monospace;
font-size: large;
padding: 2px;
font-family: 'Inconsolata', monospace;
font-weight: 800;
font-size: 110%;
padding: 5px;
text-align: left;
margin-bottom: 2px;
}
ol, li {
margin: 0px 0px 0px 30px !important;
}
p.httpheaders {
font-weight: 800;
font-size: 120%;
padding: 5px;
text-align: left;
margin-bottom: 2px;
}
table.colwidths-auto {
@ -336,15 +350,13 @@ table.colwidths-auto tr td:nth-child(1) {
table.colwidths-auto tr td:nth-child(2) {
width: 15%;
font-family: 'Inconsolata', monospace;
}
table.colwidths-auto tr td:nth-child(3) {
width: 70%;
}
table.colwidths-auto tr:nth-child(even) {
background-color: #f4f4f4;
}
/* -- other body styles ----------------------------------------------------- */