diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-12 17:31:06 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-01-08 16:36:48 +0100 |
commit | 89890d99c1f8b87ebeae1aff08c5be24a28247cb (patch) | |
tree | bd6c295358d854d3f9ca0cc4ab31568a96cbed63 /play.html | |
parent | 156ce97d9f46e6a792d74f340e1076761083b8f3 (diff) | |
download | table-battles-89890d99c1f8b87ebeae1aff08c5be24a28247cb.tar.gz |
Log tactical victory and scenario rules.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,6 +89,9 @@ main { /* S37 Inkerman - The Fog */ [data-card="225B"] .slot_sticks { display: none } +/* S?? XXX - Retreat to Nivelles */ +[data-card="237A"] .slot_dice { height: 32px; } +[data-card="237A"] .slot_sticks { height: 55px; } .slot_sticks { height: 87px; |