index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-06 15:09:09 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-06 15:09:09 -0700 |
commit | 5afa53ef7aa1ecf50d2ba2eaebb4df0b4337a8a9 (patch) | |
tree | 8fa88165cbfb580f4070020dc929dd12c46e6439 /style.css | |
parent | 5e2a62bb7aa58889e19665fd7c55ff1185ccfbe0 (diff) |
Add turn counter and inning indicator
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -400,6 +400,14 @@ img.logo { display: block; } +#turn-count[data-update="0"] span.inning-bottom { + display: none; +} + +#turn-count[data-update="1"] span.inning-top { + display: none; +} + @media (width >= 1800px) { #record-sheet { flex-direction: row; |