summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
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;
}