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:19:39 +0100 |
commit | a887899bd50cfcee58e526cfaedd63830b636e06 (patch) | |
tree | d4afd6dbfd13afbaefb1da8c93aa55078387dfc9 | |
parent | c55dbc6119b1efee413c7873d40f0e0315ef7126 (diff) | |
download | crusader-rex-a887899bd50cfcee58e526cfaedd63830b636e06.tar.gz |
Fix hide block function.
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ position: absolute; } -#map.hide_blocks div.blocks { +#map.hide_blocks #blocks { visibility: hidden; } |