Small fixes
This commit is contained in:
parent
f5507daef1
commit
fd03ab13d7
|
@ -31,7 +31,7 @@
|
|||
<script src="{% static 'ietf/js/ietf.js' %}"></script>
|
||||
{% analytical_head_bottom %}
|
||||
</head>
|
||||
<body {% block bodyAttrs %}{% endblock %} class="navbar-of position-relative"
|
||||
<body {% block bodyAttrs %}{% endblock %} class="navbar-offset position-relative"
|
||||
data-group-menu-data-url="{% url 'ietf.group.views.group_menu_data' %}">
|
||||
{% analytical_body_top %}
|
||||
<a class="visually-hidden visually-hidden-focusable" href="#content">Skip to main content</a>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
{# load this in the head, to prevent flickering #}
|
||||
<script src="{% static 'ietf/js/theme.js' %}"></script>
|
||||
</head>
|
||||
<body class="m-2">
|
||||
<body class="m-2 bg-transparent">
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue