Commit 7452381f by Giulio Gratta

making sequence titles available to non-sighted users

parent 7af6409d
...@@ -166,7 +166,6 @@ nav.sequence-nav { ...@@ -166,7 +166,6 @@ nav.sequence-nav {
p { p {
background: #333; background: #333;
color: #fff; color: #fff;
display: none;
font-family: $sans-serif; font-family: $sans-serif;
line-height: lh(); line-height: lh();
left: 0px; left: 0px;
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
data-id="${item['id']}" data-id="${item['id']}"
data-element="${idx+1}" data-element="${idx+1}"
href="javascript:void(0);"> href="javascript:void(0);">
<p>${item['title']}</p> <p class="sr">${item['title']}, ${item['type']}</p>
</a> </a>
</li> </li>
% endfor % endfor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment