Clean up client grid

This commit is contained in:
Griatch 2020-07-31 18:15:53 +02:00
parent dd6a7875bf
commit 397b5feedf
6 changed files with 110 additions and 85 deletions

View file

@ -390,14 +390,16 @@ table caption span.caption-number {
table caption span.caption-text {
}
table.docutils td, table.docutils th {
padding: 1px 8px 1px 5px;
border-top: 0;
border-left: 0;
border-right: 0;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
table.footnote td, table.footnote th {
border: 0 !important;
}
@ -426,6 +428,19 @@ td > p:last-child {
margin-bottom: 0px;
}
thead {
border-bottom: 2px solid #aaa;
}
.row-odd {
background: #edeee4;
}
.row-even {
background: #f4f4ed;
}
/* -- figures --------------------------------------------------------------- */
div.figure {