summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-11-29 13:38:06 +0100
committerTor Andersson <tor@ccxvii.net>2024-11-29 13:38:06 +0100
commitc0b6808daab53262fff02fee5d1d5fcebf5f22d4 (patch)
tree977727493aa8432b2396e4648bbaf1e75852ba3e /play.css
parentc27ac795e947346dc6b1ef71236102508280ce60 (diff)
download1989-dawn-of-freedom-c0b6808daab53262fff02fee5d1d5fcebf5f22d4.tar.gz
Add margins to headers in log automatically (without needing log_br).
Diffstat (limited to 'play.css')
-rw-r--r--play.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.css b/play.css
index 1de0d40..e164ffb 100644
--- a/play.css
+++ b/play.css
@@ -43,6 +43,8 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); }
#log .h2.dem { background-color: hsl(206, 85%, 80%); }
#log .h2.com { background-color: hsl(355, 70%, 80%); }
+#log .h1, #log .h2, #log .h3 { margin: 6px 0; }
+
#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; }