summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-11 21:24:56 -0400
committerJune McEnroe <june@causal.agency>2020-07-11 21:25:50 -0400
commiteaf1dddbe5326f347757c21247ba5b8b0047d81c (patch)
tree4a8c1355de8bc79bd8186590eacc9e52b69808da /default.css
parentCheck database version against a range (diff)
downloadscooper-eaf1dddbe5326f347757c21247ba5b8b0047d81c.tar.gz
scooper-eaf1dddbe5326f347757c21247ba5b8b0047d81c.zip
Add date jump form to events page
Sad that Safari doesn't implement anything for the date input type.
Diffstat (limited to 'default.css')
-rw-r--r--default.css5
1 files changed, 3 insertions, 2 deletions
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;