diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 13:26:12 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 13:26:12 +0100 |
commit | c6e2f270644f6f4246aaffeff705d6f2269f3668 (patch) | |
tree | c70ee558acfc8351d952783db6b786c68b5fbfd3 /templates/inventoryListing.cassius | |
parent | 57d594818c14652681dce54d324b6b76941b2f4e (diff) | |
download | bar-c6e2f270644f6f4246aaffeff705d6f2269f3668.tar bar-c6e2f270644f6f4246aaffeff705d6f2269f3668.tar.gz bar-c6e2f270644f6f4246aaffeff705d6f2269f3668.tar.bz2 bar-c6e2f270644f6f4246aaffeff705d6f2269f3668.tar.xz bar-c6e2f270644f6f4246aaffeff705d6f2269f3668.zip |
Refactor CSS
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 | ||