diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-10-04 15:24:55 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:28 +0100 |
commit | ea1e0d445204857be2e0d3250d45200266f8b02b (patch) | |
tree | 5d683f87f90ea631ad0fa3a60cf5a9a08ed7b1e9 /play.html | |
parent | bd1c2fc7a716faff5dda84baf5e7a052b19a5b25 (diff) | |
download | rommel-in-the-desert-ea1e0d445204857be2e0d3250d45200266f8b02b.tar.gz |
Drop the turn info row in the sidebar.
Show card commitment in player rows as commitment + hand size.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -19,7 +19,6 @@ header { background-color: silver; } header.your_turn { background-color: orange; } #role_Axis .role_name { background-color: darkseagreen; } #role_Allied .role_name { background-color: tan; } -#turn_info { background-color: gainsboro; } .role_supply { float: right; } #log { background-color: ghostwhite; } @@ -731,7 +730,6 @@ svg #lines line.axis_supply.allied_supply { <div class="role_user">-</div> </div> </div> - <div id="turn_info">1940</div> </div> <div id="log"></div> </aside> |