diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-20 19:52:47 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:12:55 +0100 |
commit | c177ac010e831e4fafceeb7a8d823f3b4ab72454 (patch) | |
tree | c24aa6fe78ea217e7637b6b4c05244de974460e8 /play.html | |
parent | 6a74609f7ad1451b087b21b0f8aa5512da5575bc (diff) | |
download | richard-iii-c177ac010e831e4fafceeb7a8d823f3b4ab72454.tar.gz |
Fix hide block function.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ stroke: white; } -#map.hide_blocks div.blocks { +#map.hide_blocks #blocks { visibility: hidden; } |