index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | style.css | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <title>Infantry Combat</title> @@ -20,7 +20,7 @@ circle.counter[data-troop-allegiance="davion"] { } text.counter { - font-size: 80; + font-size: 80px; font-weight: bold; stroke: black; fill: white; |