mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
improve rendering of travis-ci build status
* destretch by removing dimensions, also future proofs size changes * forcibly move to next line * uses css attr selector, other strategies may be better
This commit is contained in:
@@ -151,6 +151,9 @@
|
||||
a img {
|
||||
border: 0;
|
||||
}
|
||||
a[href^='https://travis-ci'] {
|
||||
display: block;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
padding-top: 20px;
|
||||
}
|
||||
@@ -561,7 +564,7 @@
|
||||
<td>
|
||||
<i>Unreleased, use at your own risk</i>
|
||||
<a href="https://travis-ci.org/documentcloud/backbone">
|
||||
<img width="89" height="13" src="https://travis-ci.org/documentcloud/backbone.png" />
|
||||
<img src="https://travis-ci.org/documentcloud/backbone.png" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user