From eaf1dddbe5326f347757c21247ba5b8b0047d81c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 11 Jul 2020 21:24:56 -0400 Subject: Add date jump form to events page Sad that Safari doesn't implement anything for the date input type. --- default.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index 609ad61..cc45711 100644 --- a/default.css +++ b/default.css @@ -42,7 +42,7 @@ nav { flex-wrap: wrap; align-items: center; justify-content: space-between; - margin-bottom: 1.5em; + margin-bottom: 1em; } nav ol { @@ -62,6 +62,7 @@ nav form { } table { + margin: 1em 0; border-collapse: collapse; } tr { @@ -105,7 +106,7 @@ tr.notice td.nick span::before, tr.notice td.nick span::after { footer { font-size: 0.83em; color: var(--dim); - margin-top: 1.5rem; + margin-top: 1rem; display: flex; flex-wrap: wrap; justify-content: space-between; -- cgit 1.4.1