making sequence titles available to non-sighted users

This commit is contained in:
Giulio Gratta
2013-06-10 15:58:08 -07:00
parent 7af6409dc5
commit 7452381f1c
2 changed files with 1 additions and 2 deletions

View File

@@ -166,7 +166,6 @@ nav.sequence-nav {
p {
background: #333;
color: #fff;
display: none;
font-family: $sans-serif;
line-height: lh();
left: 0px;

View File

@@ -16,7 +16,7 @@
data-id="${item['id']}"
data-element="${idx+1}"
href="javascript:void(0);">
<p>${item['title']}</p>
<p class="sr">${item['title']}, ${item['type']}</p>
</a>
</li>
% endfor