diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-12-02 01:39:18 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-12-02 01:39:36 +0100 |
commit | 91bf5a6b2b98ec7e705903642f0c0b2a1bb35bc6 (patch) | |
tree | 53176974e63dcd8dd37d083e6b68252c3db8c6e4 /public | |
parent | 1c50881cf282e85676b9b3ba96f0ea361675a093 (diff) | |
download | server-91bf5a6b2b98ec7e705903642f0c0b2a1bb35bc6.tar.gz |
Diffstat (limited to 'public')
-rw-r--r-- | public/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index 0792dd1..2707345 100644 --- a/public/style.css +++ b/public/style.css @@ -328,7 +328,8 @@ div.body img { margin: 16px 0; } -.tour_list table { margin: 0 } +.tour_list table { margin: 0; } +.tour_list table + table { margin-top: 24px; } .game_item { border: var(--thin-border); |