Styling changes for responsive behavior on LMS.
This commit is contained in:
committed by
Marco Morales
parent
95b47369c4
commit
aa853a930e
@@ -65,7 +65,7 @@
|
||||
<ol class="block-tree" role="tree">
|
||||
<li aria-expanded="true" class="outline-item focusable section" id="block-v1:W3Cx+HTML5.0x+1T2017+type@chapter+block@451e0388724c4f1fafba1b218ce16582" role="treeitem" tabindex="0">
|
||||
<div class="section-name">
|
||||
<h3>Testing</h3>
|
||||
<h3 class="section-title">Testing</h3>
|
||||
</div>
|
||||
<ol class="outline-item focusable" role="group" tabindex="0">
|
||||
<li class="subsection " role="treeitem" tabindex="-1" aria-expanded="true">
|
||||
|
||||
@@ -24,7 +24,7 @@ from openedx.core.djangolib.markup import HTML, Text
|
||||
tabindex="0"
|
||||
>
|
||||
<div class="section-name">
|
||||
<h3>${ section['display_name'] }</h3>
|
||||
<h3 class="section-title">${ section['display_name'] }</h3>
|
||||
</div>
|
||||
<ol class="outline-item focusable" role="group" tabindex="0">
|
||||
% for subsection in section.get('children', []):
|
||||
|
||||
Reference in New Issue
Block a user