summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-09-13 00:17:14 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:27 +0100
commit5710300aab56a761747f79d766bd257116d5287e (patch)
tree3c49da1f7cc03ee08f7ac3cb14cc60e431ff267c /play.html
parent54e758b692353fa6a47abc80c56cb7ea6475c44e (diff)
downloadrommel-in-the-desert-5710300aab56a761747f79d766bd257116d5287e.tar.gz
Log active and assault battles.
And add .h4 subheading type so routs and refused battles don't stand out as much.
Diffstat (limited to 'play.html')
-rw-r--r--play.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/play.html b/play.html
index ee12fed..8ad0308 100644
--- a/play.html
+++ b/play.html
@@ -25,7 +25,8 @@ header.your_turn { background-color: orange; }
#log { background-color: ghostwhite; }
#log .h1 { background-color: dimgray; color: ghostwhite; font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; }
#log .h2 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; }
-#log .h3 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; }
+#log .h3 { background-color: gainsboro; text-align: center; }
+#log .h4 { text-decoration: underline; font-style: italic; }
#log .axis { background-color: hsl(120, 25%, 75%) }
#log .allied { background-color: hsl(35, 45%, 80%) }
#log > .i { padding-left: 20px; }