summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-10 21:05:59 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-13 20:06:36 +0200
commit6407378d92eb8880e35e8ee33e1801136a1a44a7 (patch)
tree9bac140875ba3ba3a29c8fee864b0eca8d922399 /public/style.css
parent2da7e775f26043e0d475faf89d1fce03c798b1e3 (diff)
downloadserver-6407378d92eb8880e35e8ee33e1801136a1a44a7.tar.gz
Set player_count in database for faster and easier logic.
Track ready to start and unjoined games in "active" header.
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
index 19486a5..5d8940c 100644
--- a/public/style.css
+++ b/public/style.css
@@ -10,6 +10,7 @@ button, select, option {
html, body { margin: 0 }
h1 { margin: 16px 0 16px -1px; font-size: 24px; }
h2 { margin: 16px 0 16px -1px; font-size: 20px; }
+h3 { margin: 16px 0 8px -1px; font-size: 16px; }
a { color: blue; }
.w { white-space: nowrap; }
.r { text-align: right; }
@@ -91,6 +92,7 @@ table {
border-collapse: collapse;
border: 1px solid black;
box-shadow: 1px 2px 4px #0004;
+ margin: 1em 0;
}
thead, tfoot {
background-color: gainsboro;