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-16 19:19:39 +0100
commita887899bd50cfcee58e526cfaedd63830b636e06 (patch)
treed4afd6dbfd13afbaefb1da8c93aa55078387dfc9
parentc55dbc6119b1efee413c7873d40f0e0315ef7126 (diff)
downloadcrusader-rex-a887899bd50cfcee58e526cfaedd63830b636e06.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 bf569b5..03e6f33 100644
--- a/play.html
+++ b/play.html
@@ -103,7 +103,7 @@
position: absolute;
}
-#map.hide_blocks div.blocks {
+#map.hide_blocks #blocks {
visibility: hidden;
}