Skip to content

Commit fd03ab1

Browse files
committed
Small fixes
1 parent f5507da commit fd03ab1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<script src="{% static 'ietf/js/ietf.js' %}"></script>
3232
{% analytical_head_bottom %}
3333
</head>
34-
<body {% block bodyAttrs %}{% endblock %} class="navbar-of position-relative"
34+
<body {% block bodyAttrs %}{% endblock %} class="navbar-offset position-relative"
3535
data-group-menu-data-url="{% url 'ietf.group.views.group_menu_data' %}">
3636
{% analytical_body_top %}
3737
<a class="visually-hidden visually-hidden-focusable" href="#content">Skip to main content</a>

ietf/templates/minimal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{# load this in the head, to prevent flickering #}
1616
<script src="{% static 'ietf/js/theme.js' %}"></script>
1717
</head>
18-
<body class="m-2">
18+
<body class="m-2 bg-transparent">
1919
{{ content }}
2020
</body>
2121
</html>

0 commit comments

Comments
 (0)