Skip to content

Commit 46b0e94

Browse files
committed
Specify img dimensions in the HTML.
1 parent 2665605 commit 46b0e94

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2 id="team-core">Core team</h2>
3030
<div class="list-group-item">
3131
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user={{ member.user }}&amp;type=follow"></iframe>
3232
<a class="team-member" href="https://github.com/{{ member.user }}">
33-
<img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}">
33+
<img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}" width="32" height="32">
3434
<strong>{{ member.name }}</strong> <small>@{{ member.user }}</small>
3535
</a>
3636
</div>
@@ -84,13 +84,13 @@ <h2>Download mark</h2>
8484
<p>Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as.</p>
8585
<div class="bs-brand-logos">
8686
<div class="bs-brand-item">
87-
<img class="svg" src="../assets/brand/bootstrap-solid.svg" alt="Bootstrap">
87+
<img class="svg" src="../assets/brand/bootstrap-solid.svg" alt="Bootstrap" width="144" height="144">
8888
</div>
8989
<div class="bs-brand-item inverse">
90-
<img class="svg" src="../assets/brand/bootstrap-outline.svg" alt="Bootstrap">
90+
<img class="svg" src="../assets/brand/bootstrap-outline.svg" alt="Bootstrap" width="144" height="144">
9191
</div>
9292
<div class="bs-brand-item inverse">
93-
<img class="svg" src="../assets/brand/bootstrap-punchout.svg" alt="Bootstrap">
93+
<img class="svg" src="../assets/brand/bootstrap-punchout.svg" alt="Bootstrap" width="144" height="144">
9494
</div>
9595
</div>
9696

docs/assets/css/src/docs.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,10 +1459,6 @@ h1[id] {
14591459
color: #fff;
14601460
background-color: #563d7c;
14611461
}
1462-
.bs-brand-item .svg {
1463-
width: 144px;
1464-
height: 144px;
1465-
}
14661462

14671463
/* Heading content within */
14681464
.bs-brand-item h1,

0 commit comments

Comments
 (0)