From 1f6eacb77c39a7e53acb43b032c4bf3f5de03505 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 10 Jul 2020 11:00:04 -0400 Subject: Move search help to footer --- default.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index 5ed641e..449132f 100644 --- a/default.css +++ b/default.css @@ -21,7 +21,7 @@ nav { } nav ol { - margin: 1em 0 0; + margin: 1em 1ch 0 0; padding: 0; list-style-type: none; } @@ -35,7 +35,13 @@ nav ol li::before { nav form { margin-top: 1em; } -nav form span[title] { + +footer { + display: flex; + flex-wrap: wrap; + justify-content: space-between; +} +footer span[title] { text-decoration: underline; text-decoration-style: dotted; cursor: help; -- cgit 1.4.1