From aa6e34a2286623de12bdc37fa82d4f7b5743a280 Mon Sep 17 00:00:00 2001 From: Oliver Holworthy <1216955+oliverholworthy@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:12:20 +0100 Subject: [PATCH] match changes from core/models --- docs/source/_static/css/custom.css | 1 + docs/source/_templates/footer.html | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 576879bf..11179bfd 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -473,6 +473,7 @@ dd p:first-child footer div p { font-size: 80%; + padding-top: 1em; } footer div p a { diff --git a/docs/source/_templates/footer.html b/docs/source/_templates/footer.html index 72cae10b..7d362978 100644 --- a/docs/source/_templates/footer.html +++ b/docs/source/_templates/footer.html @@ -1,5 +1,3 @@ -{% extends '!footer.html' %} -{% block contentinfo %}

Privacy Policy | Manage My Privacy | @@ -10,5 +8,3 @@ Product Security | Contact

-{{ super() }} -{% endblock %} \ No newline at end of file