Travis pushed coverage of 4b9ec488f48fb45ab752b9bfe53ced31edcfacce@master to gh-pages

This commit is contained in:
TravisCI
2015-07-13 20:56:40 +00:00
parent bbad08607b
commit 5cbe90070c
75 changed files with 1111 additions and 1105 deletions

File diff suppressed because one or more lines are too long

1
master/css/nv.d3.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -32,10 +32,18 @@ body {
border: 0 !important;
}
.table tbody td.success, li.success, span.success {
.table tbody tr.covered-by-large-tests, li.covered-by-large-tests, tr.success, td.success, li.success, span.success {
background-color: #dff0d8;
}
.table tbody tr.covered-by-medium-tests, li.covered-by-medium-tests {
background-color: #c3e3b5;
}
.table tbody tr.covered-by-small-tests, li.covered-by-small-tests {
background-color: #99cb84;
}
.table tbody tr.danger, .table tbody td.danger, li.danger, span.danger {
background-color: #f2dede;
}
@@ -111,4 +119,4 @@ svg text {
height:245px;
overflow-x:hidden;
overflow-y:scroll;
}
}