summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-20 19:52:47 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-17 12:53:18 +0100
commitbe251f3c06dbfd9517a748d8a2d827b660e0ccfb (patch)
tree17beb570e697dd5d71f4f4050ff3dedcfa5802b2
parent8393ae9a71878abd79fa38ebec46ae0c72e1a52b (diff)
downloadhammer-of-the-scots-be251f3c06dbfd9517a748d8a2d827b660e0ccfb.tar.gz
Fix hide block function.
-rw-r--r--play.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.html b/play.html
index 279ec2c..3539659 100644
--- a/play.html
+++ b/play.html
@@ -110,7 +110,7 @@
fill: white;
}
-#map.hide_blocks div.blocks {
+#map.hide_blocks #blocks {
visibility: hidden;
}