diff options
| author | Patrick H. Lauke <[email protected]> | 2014-11-04 10:56:40 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2014-11-10 08:55:59 +0000 |
| commit | 19520d46208161eb83cb5201ee8bac526483fe74 (patch) | |
| tree | ff3b3519c31142cdac51650dc327f5b2dd912288 /docs | |
| parent | 1786942d33d1c169b62cae18b52662c94a6224aa (diff) | |
| download | bootstrap-19520d46208161eb83cb5201ee8bac526483fe74.tar.xz bootstrap-19520d46208161eb83cb5201ee8bac526483fe74.zip | |
Add aria-hidden to icons in about page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/about.html b/docs/about.html index 91504e416..f0d5d134b 100644 --- a/docs/about.html +++ b/docs/about.html @@ -99,17 +99,17 @@ 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> |
