diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -53,6 +53,15 @@ padding: 2px 8px; } +#log .h1 a { + color: black; + text-decoration: none; +} + +#log .h1 a:hover { + text-decoration: underline; +} + #log .h2 { text-align: center; font-variant: small-caps; @@ -70,6 +79,11 @@ #log div.i1 { padding-left: 32px; text-indent: -12px; } #log div.i2 { padding-left: 44px; text-indent: -12px; } +#log img { + padding: 0; + max-width: 100%; +} + #log .lore { font-style: italic; text-indent: 0; |