Merge branch 'add-missing-doctype' into 'master'

[FIX] Missing DOCTYPE and padding

See merge request allianceauth/allianceauth!1449
This commit is contained in:
Ariel Rin 2022-09-07 06:25:45 +00:00
commit 63c1521cba

View File

@ -1,4 +1,5 @@
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@ -31,6 +32,7 @@
.panel-transparent {
background: rgba(48, 48, 48, 0.7);
color: #ffffff;
padding-bottom: 21px;
}
.panel-body {