diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-29 13:38:06 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-29 13:38:06 +0100 |
commit | c0b6808daab53262fff02fee5d1d5fcebf5f22d4 (patch) | |
tree | 977727493aa8432b2396e4648bbaf1e75852ba3e /play.css | |
parent | c27ac795e947346dc6b1ef71236102508280ce60 (diff) | |
download | 1989-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.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |