2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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
+3
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>