Meaningful icons in about page

This commit is contained in:
Patrick H. Lauke 2014-11-04 10:50:50 +00:00
parent eb74d8c863
commit 1786942d33
1 changed files with 3 additions and 0 deletions

View File

@ -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>