diff options
| author | Mark Otto <[email protected]> | 2015-01-18 12:24:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-18 12:24:29 -0800 |
| commit | 1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f (patch) | |
| tree | 7a63ae1a434fae8cb51835fafd1b531d5f5da64e /docs/about.html | |
| parent | dbe47654160d389c6991a312c9cecd2eeb9b6122 (diff) | |
| parent | 22b79dae3c9307c329e6722ff1be8aa0a4143812 (diff) | |
| download | bootstrap-1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f.tar.xz bootstrap-1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f.zip | |
Merge branch 'master' into pr/15278
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
Diffstat (limited to 'docs/about.html')
| -rw-r--r-- | docs/about.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/about.html b/docs/about.html index f0d5d134b..80daba5d1 100644 --- a/docs/about.html +++ b/docs/about.html @@ -30,7 +30,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <div class="list-group-item"> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe> <a class="team-member" href="https://github.com/{{ member.user }}"> - <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}"> + <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}" width="32" height="32"> <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small> </a> </div> @@ -84,13 +84,13 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <p>Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as.</p> <div class="bs-brand-logos"> <div class="bs-brand-item"> - <img class="svg" src="../assets/brand/bootstrap-solid.svg" alt="Bootstrap"> + <img class="svg" src="../assets/brand/bootstrap-solid.svg" alt="Bootstrap" width="144" height="144"> </div> <div class="bs-brand-item inverse"> - <img class="svg" src="../assets/brand/bootstrap-outline.svg" alt="Bootstrap"> + <img class="svg" src="../assets/brand/bootstrap-outline.svg" alt="Bootstrap" width="144" height="144"> </div> <div class="bs-brand-item inverse"> - <img class="svg" src="../assets/brand/bootstrap-punchout.svg" alt="Bootstrap"> + <img class="svg" src="../assets/brand/bootstrap-punchout.svg" alt="Bootstrap" width="144" height="144"> </div> </div> |
