summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-28 19:50:33 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:39 +0100
commit25441889e83ce41fe273c735c4ba0a52f8bfee44 (patch)
treec6e7c355436635cac2bf0a0dc738862fcb53a9c1 /play.html
parent3b5ca4cd1416f2458db156757bec76fdc3019626 (diff)
downloadnevsky-25441889e83ce41fe273c735c4ba0a52f8bfee44.tar.gz
Log when extra seats are used to supply/muster.
Diffstat (limited to 'play.html')
-rw-r--r--play.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/play.html b/play.html
index fbfbaea..82c9afb 100644
--- a/play.html
+++ b/play.html
@@ -35,9 +35,15 @@ header.your_turn { background-color: orange; }
#log .h3.teutonic { background-color: hsl(210,30%,90%); }
#log .h3.russian { background-color: hsl(35,40%,90%); }
+/*
#log > .i { padding-left: 20px; }
#log > .ii { padding-left: 32px; }
#log > div > .i { padding-left: 12px; }
+*/
+
+#log div { padding-left: 20px; text-indent: -12px; }
+#log div.i { padding-left: 32px; text-indent: -12px; }
+#log div.ii { padding-left: 44px; text-indent: -12px; }
#log .card_tip { font-style: italic; }
#log .card_tip:hover { text-decoration: underline; }