diff options
| author | Chris Rebert <[email protected]> | 2014-10-22 08:31:35 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-22 08:31:35 -0700 |
| commit | fece552ce05882d697d4fa335f7d06170e78415b (patch) | |
| tree | 70278ec3f6fba7767083266b6c52d553ab8cc5e1 /docs/_layouts/default.html | |
| parent | 908190a6c5b9c5efef357bc51b2035c5a9d50c1a (diff) | |
| parent | f26dde085fc00752cf60fab9f4b48967bac08b82 (diff) | |
| download | bootstrap-fece552ce05882d697d4fa335f7d06170e78415b.tar.xz bootstrap-fece552ce05882d697d4fa335f7d06170e78415b.zip | |
Merge pull request #14841 from twbs/role-button
add role="button" to a couple more dummy-anchor btns
Diffstat (limited to 'docs/_layouts/default.html')
| -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 %} |
