From b1f22d8ddc8428ad4bbe602b5d50abf38d9ed5d4 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 22 Mar 2023 16:41:04 +0100 Subject: 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. --- play.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index c580684..d3a161b 100644 --- a/play.css +++ b/play.css @@ -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 } -- cgit v1.2.3