diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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; } |