summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-05-13 20:45:58 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-24 21:06:18 +0200
commitba8566d0835e75f589342cee2bb39015d714d838 (patch)
tree4bf8df6649132f8e8e5fe8e64a891dd5a5651d5d /play.html
parentd56fa60b74f7c0606653c10d5cd6850bfdd453ba (diff)
downloadred-flag-over-paris-ba8566d0835e75f589342cee2bb39015d714d838.tar.gz
Improved logging.
Diffstat (limited to 'play.html')
-rw-r--r--play.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/play.html b/play.html
index b60fa69..d2975c9 100644
--- a/play.html
+++ b/play.html
@@ -30,6 +30,18 @@ body.Versailles header.your_turn { background-color: skyblue; }
#log .tip { font-style: italic }
#log .tip:hover { cursor: pointer; text-decoration: underline; }
+#log img.c { height: 15px; vertical-align: -3px }
+#log img.d { height: 15px; vertical-align: -3px }
+#log img.m { height: 18px; vertical-align: -5px }
+
+#log .hr {
+ background-color: hsl(40, 50%, 40%);
+ margin: 9px 0;
+ padding: 0;
+ height: 1px;
+ min-height: 0;
+}
+
.role_extra {
float: right;
}