From b83c7f35103b43a9fae4ba9b0d4b98bd95a745b1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 22 Jun 2023 23:03:32 +0200 Subject: Show barbarian dice in homeland region. --- play.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.css') diff --git a/play.css b/play.css index fd8c0d6..f1f400a 100644 --- a/play.css +++ b/play.css @@ -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; } -- cgit v1.2.3