diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-25 12:11:10 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | 231cf0a4cea24c176c99089e822a7268d8cdde62 (patch) | |
tree | 31520b7843f4c330d14e49319d31de9c3de88dff /play.css | |
parent | cde668eb94e84e989bd547fd8571db78c347020a (diff) | |
download | andean-abyss-231cf0a4cea24c176c99089e822a7268d8cdde62.tar.gz |
Shaded/unshaded lines.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,11 +17,12 @@ main { background-color: #777; } #log .h2.auc { background-color: #eaddc4 } #log .h2.cartels { background-color: #c2d7c7 } #log .h3 { text-decoration: underline; } +#log .i { font-style: italic; } #log .tip { cursor: pointer; } #log .tip:hover { text-decoration: underline; } #log div { padding-left: 20px; text-indent: -12px; } -#log div.i { padding-left: 32px; text-indent: -12px; font-style: italic; } +#log div.ind { padding-left: 32px; text-indent: -12px; } .action { cursor: pointer } |