summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/play.css b/play.css
index 9ec9ce5..d891938 100644
--- a/play.css
+++ b/play.css
@@ -73,12 +73,16 @@
#log { background-color: #f3ebd4 }
+#log div:empty {
+ min-height: 4px;
+}
+
#log .city_tip:hover { cursor: pointer; text-decoration: underline; }
#log .h {
background-color: tan;
border-top: 1px solid black; border-bottom: 1px solid black;
- margin: 4px 0;
+ margin: 8px 0;
}
#log .h.fate { text-align: center; }
@@ -91,7 +95,7 @@
#log .h.imperial { background-color: var(--color-light-imperial); }
#log .h.france { background-color: var(--color-light-france); }
-#log .q { font-style: italic; margin: 8px 0; }
+#log .q { font-style: italic; }
#log .i { padding-left: 20px }
#log .ii { padding-left: 32px }