1 parent f5507da commit fd03ab1Copy full SHA for fd03ab1
2 files changed
ietf/templates/base.html
@@ -31,7 +31,7 @@
31
<script src="{% static 'ietf/js/ietf.js' %}"></script>
32
{% analytical_head_bottom %}
33
</head>
34
- <body {% block bodyAttrs %}{% endblock %} class="navbar-of position-relative"
+ <body {% block bodyAttrs %}{% endblock %} class="navbar-offset position-relative"
35
data-group-menu-data-url="{% url 'ietf.group.views.group_menu_data' %}">
36
{% analytical_body_top %}
37
<a class="visually-hidden visually-hidden-focusable" href="#content">Skip to main content</a>
ietf/templates/minimal.html
@@ -15,7 +15,7 @@
15
{# load this in the head, to prevent flickering #}
16
<script src="{% static 'ietf/js/theme.js' %}"></script>
17
18
- <body class="m-2">
+ <body class="m-2 bg-transparent">
19
{{ content }}
20
</body>
21
</html>
0 commit comments