aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-10-20 20:16:09 -0700
committerChris Rebert <[email protected]>2014-10-20 20:16:09 -0700
commitf26dde085fc00752cf60fab9f4b48967bac08b82 (patch)
treeea51453a6689d235911651789370641e80348a0a /docs/_layouts/default.html
parenta096c3f6f66c3ce5d0517ef712479a9db22e6beb (diff)
downloadbootstrap-f26dde085fc00752cf60fab9f4b48967bac08b82.tar.xz
bootstrap-f26dde085fc00752cf60fab9f4b48967bac08b82.zip
add role="button" to a couple more dummy-anchor btns
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r--docs/_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 577b08ded..6342cd20e 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -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 %}