Skip to content

Commit

Permalink
match changes from core/models
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Apr 25, 2024
1 parent 77ab49b commit aa6e34a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ dd p:first-child

footer div p {
font-size: 80%;
padding-top: 1em;
}

footer div p a {
Expand Down
4 changes: 0 additions & 4 deletions docs/source/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{% extends '!footer.html' %}
{% block contentinfo %}
<p>
<a href="https://www.nvidia.com/en-us/about-nvidia/privacy-policy/" target="_blank">Privacy Policy</a> |
<a href="https://www.nvidia.com/en-us/about-nvidia/privacy-center/" target="_blank">Manage My Privacy</a> |
Expand All @@ -10,5 +8,3 @@
<a href="https://www.nvidia.com/en-us/product-security/" target="_blank">Product Security</a> |
<a href="https://www.nvidia.com/en-us/contact/" target="_blank">Contact</a>
</p>
{{ super() }}
{% endblock %}

0 comments on commit aa6e34a

Please sign in to comment.