From bf8d33a3f4ca23fea7836138c49e9e50374f6554 Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 1 Dec 2017 06:17:24 +0300 Subject: [PATCH] followup for a60d53de: move #footer down when #lint is collapsed --- edit/edit.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/edit/edit.css b/edit/edit.css index 208ec0c8..e6da6d60 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -173,6 +173,9 @@ input:invalid { margin-top: 1em; margin-bottom: .5em; } +#lint:not([open]) + #footer { + margin-top: 4em; +} /************ content ***********/ #sections > div { margin: 0.7rem;