diff options
| author | Chris Rebert <[email protected]> | 2014-10-20 20:16:09 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-20 20:16:09 -0700 |
| commit | f26dde085fc00752cf60fab9f4b48967bac08b82 (patch) | |
| tree | ea51453a6689d235911651789370641e80348a0a /docs/_layouts | |
| parent | a096c3f6f66c3ce5d0517ef712479a9db22e6beb (diff) | |
| download | bootstrap-f26dde085fc00752cf60fab9f4b48967bac08b82.tar.xz bootstrap-f26dde085fc00752cf60fab9f4b48967bac08b82.zip | |
add role="button" to a couple more dummy-anchor btns
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/default.html | 2 |
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 %} |
