summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/play.css b/play.css
index 8edccf8..681ad7f 100644
--- a/play.css
+++ b/play.css
@@ -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 }