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;
June McEnroe 2022-07-26Update Care with time-to-ID and piercingsJune McEnroe 2022-07-26Add -w to upJune McEnroe 2022-07-13Set push.autoSetupRemoteJune McEnroe 2022-07-08Remove TOURJune McEnroe 2022-07-03Add The Bone Shard EmperorJune McEnroe 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe