Updates to correct a header styling issue and to make the starting header level selectable

This commit is contained in:
Albert St. Aubin
2017-03-09 14:46:15 -05:00
parent bf08c6ed7c
commit 91fce2a92b
29 changed files with 77 additions and 42 deletions

View File

@@ -5,7 +5,7 @@ from openedx.core.djangolib.markup import HTML
%>
<%namespace name='static' file='static_content.html'/>
<h3 class="hd hd-2 problem-header" id="${ short_id }-problem-title" aria-describedby="${ id }-problem-progress" tabindex="-1">
<h3 class="hd hd-3 problem-header" id="${ short_id }-problem-title" aria-describedby="${ id }-problem-progress" tabindex="-1">
${ problem['name'] }
</h3>