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:08:56 +0100 |
commit | 3bb06b9eddd5f2f4c5b49dcccf64b1401ea8e076 (patch) | |
tree | dbd8c4bb59014627dbbb441cc581e13204e3ccc4 /play.html | |
parent | 1ce397d06cd66fee1236eb0d1418d6a4f522fb94 (diff) | |
download | julius-caesar-3bb06b9eddd5f2f4c5b49dcccf64b1401ea8e076.tar.gz |
Fix hide block function.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ z-index: 9; } -.blocks.hide_blocks { +#blocks.hide_blocks { display: none; } |