diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-15 01:23:22 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | 684c4cee9b1b502f862272d309736b8ea6afcd41 (patch) | |
tree | 1898e98c8ae0e1d9a52710451984efb9a8b24654 /play.css | |
parent | b82b0fa3a772cec41882cf47a197b4c696e0be85 (diff) | |
download | andean-abyss-684c4cee9b1b502f862272d309736b8ea6afcd41.tar.gz |
Layout shipments.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -165,7 +165,10 @@ path.tip { stroke: yellow; } background-size: 36px 36px; width: 36px; height: 36px; - margin: 4px 5px 5px 4px; +} + +.token.reminder { + //margin: 4px 5px 5px 4px; } .token.shipment |