2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

add role="button" to a couple more dummy-anchor btns

This commit is contained in:
Chris Rebert
2014-10-20 20:16:09 -07:00
parent a096c3f6f6
commit f26dde085f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
Back to top
</a>
{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}
<a href="#" class="bs-docs-theme-toggle">
<a href="#" class="bs-docs-theme-toggle" role="button">
Preview theme
</a>
{% endif %}