summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-12-02 01:39:18 +0100
committerTor Andersson <tor@ccxvii.net>2024-12-02 01:39:36 +0100
commit91bf5a6b2b98ec7e705903642f0c0b2a1bb35bc6 (patch)
tree53176974e63dcd8dd37d083e6b68252c3db8c6e4 /public
parent1c50881cf282e85676b9b3ba96f0ea361675a093 (diff)
downloadserver-91bf5a6b2b98ec7e705903642f0c0b2a1bb35bc6.tar.gz
Tweak layout of tournament lists (registrations and active in same group)HEADmaster
Diffstat (limited to 'public')
-rw-r--r--public/style.css3
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);