Skip to content

Commit 2e943d9

Browse files
committed
Set a fixed size for the build status and coverage badges
1 parent 4b3bb4c commit 2e943d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,10 @@ <h2 id="downloads">Downloads</h2>
475475
<div class="info badges">
476476
<span class="details">Might not be 100% stable</span><br>
477477
<a href="https://travis-ci.org/ansman/validate.js" target="_blank">
478-
<img src="https://travis-ci.org/ansman/validate.js.svg?branch=master" alt="Build Status">
478+
<img src="https://travis-ci.org/ansman/validate.js.svg?branch=master" alt="Build Status" width="90" height="20">
479479
</a>
480480
<a href="https://coveralls.io/r/ansman/validate.js" target="_blank">
481-
<img src="https://coveralls.io/repos/ansman/validate.js/badge.svg?branch=master" alt="Coverage Status" />
481+
<img src="https://coveralls.io/repos/ansman/validate.js/badge.svg?branch=master" alt="Coverage Status" width="106" height="20"/>
482482
</a>
483483
</div>
484484
</div>

0 commit comments

Comments
 (0)