From ba8566d0835e75f589342cee2bb39015d714d838 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 13 May 2023 20:45:58 +0200 Subject: Improved logging. --- play.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'play.html') 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; } -- cgit v1.2.3