diff options
| author | XhmikosR <[email protected]> | 2014-11-10 12:30:34 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-11-10 12:30:34 +0200 |
| commit | 5339f7c8d577f5890f324df2a9310d7c1f1cb2bd (patch) | |
| tree | d56d059cd098334dc0c53578a60c445188e2f69c /docs/about.html | |
| parent | c4847c8f6ba39c331e4f0bfcd4f8d02ba4fa2fa6 (diff) | |
| parent | 19520d46208161eb83cb5201ee8bac526483fe74 (diff) | |
| download | bootstrap-5339f7c8d577f5890f324df2a9310d7c1f1cb2bd.tar.xz bootstrap-5339f7c8d577f5890f324df2a9310d7c1f1cb2bd.zip | |
Merge pull request #15009 from patrickhlauke/glyphicon-accessibility-tweaks
Glyphicon accessibility tweaks
Diffstat (limited to 'docs/about.html')
| -rw-r--r-- | docs/about.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/about.html b/docs/about.html index c503e971b..f0d5d134b 100644 --- a/docs/about.html +++ b/docs/about.html @@ -99,15 +99,18 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <div class="bs-brand-logos"> <div class="bs-brand-item"> <h3>Bootstrap</h3> - <span class="glyphicon glyphicon-ok"></span> + <span class="glyphicon glyphicon-ok" aria-hidden="true"></span> + <span class="sr-only">(correct)</span> </div> <div class="bs-brand-item"> <h3 class="text-muted">BootStrap</h3> - <span class="glyphicon glyphicon-remove"></span> + <span class="glyphicon glyphicon-remove" aria-hidden="true"></span> + <span class="sr-only">(incorrect)</span> </div> <div class="bs-brand-item"> <h3 class="text-muted">Twitter Bootstrap</h3> - <span class="glyphicon glyphicon-remove"></span> + <span class="glyphicon glyphicon-remove" aria-hidden="true"></span> + <span class="sr-only">(incorrect)</span> </div> </div> |
