From 11855f0b541348411eb7980bd5a6266b39684fba Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Fri, 5 Aug 2022 19:51:50 +0200 Subject: [PATCH] [FIX] Missing DOCTYPE and padding --- allianceauth/authentication/templates/public/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/allianceauth/authentication/templates/public/base.html b/allianceauth/authentication/templates/public/base.html index f0933b2c..9276a5bb 100644 --- a/allianceauth/authentication/templates/public/base.html +++ b/allianceauth/authentication/templates/public/base.html @@ -1,4 +1,5 @@ {% load static %} + @@ -31,6 +32,7 @@ .panel-transparent { background: rgba(48, 48, 48, 0.7); color: #ffffff; + padding-bottom: 21px; } .panel-body {