From ee4842e08dae0e05ecde8afe51bb59dc33d5e87e Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 5 Jan 2024 11:12:56 -0500 Subject: [PATCH] Tweak banner & footer styling and spacing --- netbox/templates/base/layout.html | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index 2636c4b31..c03c5a0a6 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -118,22 +118,26 @@ Blocks: {# Page header #}
{% if config.BANNER_TOP %} -
+
{{ config.BANNER_TOP|safe }}
{% endif %} {% if settings.DEBUG and not settings.DEVELOPER %} -