diff options
| author | Patrick H. Lauke <[email protected]> | 2014-11-04 10:50:50 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2014-11-10 08:55:58 +0000 |
| commit | 1786942d33d1c169b62cae18b52662c94a6224aa (patch) | |
| tree | c5bf3c871250b3f73f0475511ead5455bd7e7535 /docs | |
| parent | eb74d8c86399d41673b9aa0052c70582b13bd714 (diff) | |
| download | bootstrap-1786942d33d1c169b62cae18b52662c94a6224aa.tar.xz bootstrap-1786942d33d1c169b62cae18b52662c94a6224aa.zip | |
Meaningful icons in about page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/about.html b/docs/about.html index c503e971b..91504e416 100644 --- a/docs/about.html +++ b/docs/about.html @@ -100,14 +100,17 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <div class="bs-brand-item"> <h3>Bootstrap</h3> <span class="glyphicon glyphicon-ok"></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="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="sr-only">(incorrect)</span> </div> </div> |
