diff options
| author | Julian Thilo <[email protected]> | 2014-02-09 22:04:01 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-02-09 22:04:01 +0100 |
| commit | 535cd57537842a23a4f2cee6eb18301620c88ee7 (patch) | |
| tree | d0287e08eb67ced085099a0dd9a9762521075477 /docs/about.html | |
| parent | d5f0ccba2b12c1f90ae81b16cd12c65b6d376940 (diff) | |
| parent | 477cf1396d1e3c95fcb008e99f750b1559c9a76b (diff) | |
| download | bootstrap-535cd57537842a23a4f2cee6eb18301620c88ee7.tar.xz bootstrap-535cd57537842a23a4f2cee6eb18301620c88ee7.zip | |
Merge pull request #12671 from Quy/master
Update docs prefixing
Diffstat (limited to 'docs/about.html')
| -rw-r--r-- | docs/about.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/about.html b/docs/about.html index 1195a08a0..b297adbf4 100644 --- a/docs/about.html +++ b/docs/about.html @@ -103,10 +103,10 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <p>Use either the Bootstrap mark (a capital <strong>B</strong>) or the standard logo (just <strong>Bootstrap</strong>). It should always appear in Helvetica Neue Bold. <strong>Do not use the Twitter bird</strong> in association with Bootstrap.</p> <div class="bs-brand-logos"> <div class="bs-brand-item"> - <div class="bs-booticon bs-booticon-lg">B</div> + <div class="bs-docs-booticon bs-docs-booticon-lg">B</div> </div> <div class="bs-brand-item inverse"> - <div class="bs-booticon bs-booticon-lg bs-booticon-inverse">B</div> + <div class="bs-docs-booticon bs-docs-booticon-lg bs-docs-booticon-inverse">B</div> </div> </div> <div class="bs-brand-logos"> |
