mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Clean up client grid
This commit is contained in:
parent
dd6a7875bf
commit
397b5feedf
6 changed files with 110 additions and 85 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue