From 0fd386a4504c953b519074c4e39eab01604bc64a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 23 Dec 2021 11:32:12 +0100 Subject: [PATCH] css --- htdocs/install/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/install/default.css b/htdocs/install/default.css index da5a19a63dc..6a0e84ce20a 100644 --- a/htdocs/install/default.css +++ b/htdocs/install/default.css @@ -40,6 +40,10 @@ display: inline-block; } +.no-bottom { + padding-bottom: 0; +} + .small { font-size: 0.9em; }