summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-20 19:52:47 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:12:55 +0100
commitc177ac010e831e4fafceeb7a8d823f3b4ab72454 (patch)
treec24aa6fe78ea217e7637b6b4c05244de974460e8 /play.html
parent6a74609f7ad1451b087b21b0f8aa5512da5575bc (diff)
downloadrichard-iii-c177ac010e831e4fafceeb7a8d823f3b4ab72454.tar.gz
Fix hide block function.
Diffstat (limited to 'play.html')
-rw-r--r--play.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.html b/play.html
index 751d79c..6b8d58c 100644
--- a/play.html
+++ b/play.html
@@ -108,7 +108,7 @@
stroke: white;
}
-#map.hide_blocks div.blocks {
+#map.hide_blocks #blocks {
visibility: hidden;
}