diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-09-26 13:21:08 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:27 +0100 |
commit | 8f81eefde0abdd1dac0649ff53c1100b07cb3387 (patch) | |
tree | c422e06600582627be0741ef730470994904f2dd /play.html | |
parent | 60885bfbf9590c41d669b64fe64e7db5dade7d85 (diff) | |
download | rommel-in-the-desert-8f81eefde0abdd1dac0649ff53c1100b07cb3387.tar.gz |
Track fortress recapture and cancel bonus supply.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ header.your_turn { background-color: orange; } #log > .i { padding-left: 20px; } #log > .ii { padding-left: 32px; } #log > div > .i { padding-left: 12px; } +#log .hex:hover { cursor: pointer; text-decoration: underline; } .action { cursor: pointer; |