add new settings for legal-notes; terms-of-use and privacy-policy; fixes #930

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2021-03-24 14:36:48 +01:00
parent db1a39b6d9
commit 82922f7aea
9 changed files with 89 additions and 5 deletions

View File

@@ -1737,4 +1737,11 @@ td.size-50 {
font-weight: 700;
padding: 5px 10px;
color: #ffe !important;
}
}
.footer-link:after {
content: " |";
}
.footer-link:last-child:after {
content: "";
}