diff options
Diffstat (limited to 'templates/inventoryListing.cassius')
-rw-r--r-- | templates/inventoryListing.cassius | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/templates/inventoryListing.cassius b/templates/inventoryListing.cassius index 9a7459e..2f49bc7 100644 --- a/templates/inventoryListing.cassius +++ b/templates/inventoryListing.cassius | |||
@@ -1,3 +1,14 @@ | |||
1 | .expired | 1 | .expired |
2 | color: #800 | 2 | color: #800 |
3 | font-weight: bold \ No newline at end of file | 3 | font-weight: bold |
4 | .itemId | ||
5 | font-family: monospace | ||
6 | div.itemId | ||
7 | display: table-cell | ||
8 | text-align: left | ||
9 | padding: 0.25em | ||
10 | color: #aaa | ||
11 | .day hr | ||
12 | width: 2em | ||
13 | border: 1px solid #ddd | ||
14 | border-style: solid none solid none | ||