summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-03-22 16:41:04 +0100
committerTor Andersson <tor@ccxvii.net>2023-05-03 18:48:16 +0200
commitb1f22d8ddc8428ad4bbe602b5d50abf38d9ed5d4 (patch)
tree42b148d3f9142a48634d4ff45722c9922401763d /play.css
parent1fb7bb03b36d80cc7005de4704ec7716dac70630 (diff)
downloadandean-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.css3
1 files changed, 1 insertions, 2 deletions
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 }