diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-20 19:52:47 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 12:53:18 +0100 |
commit | be251f3c06dbfd9517a748d8a2d827b660e0ccfb (patch) | |
tree | 17beb570e697dd5d71f4f4050ff3dedcfa5802b2 | |
parent | 8393ae9a71878abd79fa38ebec46ae0c72e1a52b (diff) | |
download | hammer-of-the-scots-be251f3c06dbfd9517a748d8a2d827b660e0ccfb.tar.gz |
Fix hide block function.
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ fill: white; } -#map.hide_blocks div.blocks { +#map.hide_blocks #blocks { visibility: hidden; } |