1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #7661: Remove forced styling of custom banners

This commit is contained in:
jeremystretch
2021-12-19 15:33:48 -05:00
parent 85f9690377
commit 14fc37a8b8
3 changed files with 4 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
</nav>
{% if config.BANNER_TOP %}
<div class="alert alert-info text-center mx-3" role="alert">
<div class="text-center mx-3">
{{ config.BANNER_TOP|safe }}
</div>
{% endif %}
@@ -99,7 +99,7 @@
</div>
{% if config.BANNER_BOTTOM %}
<div class="alert alert-info text-center mx-3" role="alert">
<div class="text-center mx-3">
{{ config.BANNER_BOTTOM|safe }}
</div>
{% endif %}