diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-22 16:41:04 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | b1f22d8ddc8428ad4bbe602b5d50abf38d9ed5d4 (patch) | |
tree | 42b148d3f9142a48634d4ff45722c9922401763d /play.css | |
parent | 1fb7bb03b36d80cc7005de4704ec7716dac70630 (diff) | |
download | andean-abyss-b1f22d8ddc8428ad4bbe602b5d50abf38d9ed5d4.tar.gz |
Misc.
"Special" Activity. Italic flavor text. Reset s/p after piece/space loop.
Fix Process behavior.
Specific End Op/SA buttons.
Add and use piece_space helper.
Only auto-transfer shipments if there are no choices.
New sequence of play.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,8 +21,7 @@ main { background-color: #777; } #log .tip:hover { text-decoration: underline; } #log div { padding-left: 20px; text-indent: -12px; } -#log div.i { padding-left: 32px; text-indent: -12px; } -#log div.ii { padding-left: 44px; text-indent: -12px; } +#log div.i { padding-left: 32px; text-indent: -12px; font-style: italic; } .action { cursor: pointer } |