mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-17 00:10:15 +02:00
Merge branch 'add-missing-doctype' into 'master'
[FIX] Missing DOCTYPE and padding See merge request allianceauth/allianceauth!1449
This commit is contained in:
commit
63c1521cba
@ -1,4 +1,5 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
@ -31,6 +32,7 @@
|
|||||||
.panel-transparent {
|
.panel-transparent {
|
||||||
background: rgba(48, 48, 48, 0.7);
|
background: rgba(48, 48, 48, 0.7);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
padding-bottom: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-body {
|
.panel-body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user