diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-22 23:03:32 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | b83c7f35103b43a9fae4ba9b0d4b98bd95a745b1 (patch) | |
tree | 188fad680070a4c96b63051e6ecab673a40fb0cb /play.css | |
parent | fcfed0cab586ecf3e2e6803e27f7cb0b38cb0898 (diff) | |
download | time-of-crisis-b83c7f35103b43a9fae4ba9b0d4b98bd95a745b1.tar.gz |
Show barbarian dice in homeland region.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ body.military svg .sea.action { background-repeat: no-repeat; } -.dice.d0 { display: none; } +.dice.d0 { background-position: -100% 0 } .dice.d1 { background-position: 0% 0; } .dice.d2 { background-position: 20% 0; } .dice.d3 { background-position: 40% 0; } |