summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/play.html b/play.html
index fbfbaea..82c9afb 100644
--- a/play.html
+++ b/play.html
@@ -35,9 +35,15 @@ header.your_turn { background-color: orange; }
#log .h3.teutonic { background-color: hsl(210,30%,90%); }
#log .h3.russian { background-color: hsl(35,40%,90%); }
+/*
#log > .i { padding-left: 20px; }
#log > .ii { padding-left: 32px; }
#log > div > .i { padding-left: 12px; }
+*/
+
+#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 .card_tip { font-style: italic; }
#log .card_tip:hover { text-decoration: underline; }