Skip to content

Commit

Permalink
Reduce page jumping while all the badges are loading
Browse files Browse the repository at this point in the history
Commit c486c0d missed a large number of badges
on the webpage. This includes all relevant badges.
  • Loading branch information
espadrine authored and paulmelnikow committed Apr 27, 2017
1 parent 112669e commit a0663d8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions try.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@
table.badge > tbody > tr > th,
table.badge > tbody > tr > td > img,
table.badge > tbody > tr > td > code { cursor: pointer; }
#copyImg,
.badge-img img {
height: 20px;
vertical-align: middle;
table.badge > tbody > tr > td > img, .badge-img img, #copyImg {
height: 20px;
vertical-align: middle;
}
</style>

Expand All @@ -72,7 +71,7 @@
<section id='suggestedBadges'></section>

<h3 id="build"> Build </h3>
<table class='badge badge-img'><tbody>
<table class='badge'><tbody>
<tr><th> Travis: </th>
<td><img src='/travis/rust-lang/rust.svg' alt=''/></td>
<td><code>https://img.shields.io/travis/USER/REPO.svg</code></td>
Expand Down

0 comments on commit a0663d8

Please sign in to comment.