Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-10-21 07:16:09 +0400
committerChris Rebert <code@rebertia.com>2014-10-21 07:16:09 +0400
commitf26dde085fc00752cf60fab9f4b48967bac08b82 (patch)
treeea51453a6689d235911651789370641e80348a0a /docs/_layouts/default.html
parenta096c3f6f66c3ce5d0517ef712479a9db22e6beb (diff)
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 577b08dede..6342cd20e4 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 %}