Remove double border from compare page

This commit is contained in:
Annabel Dunstone Gray 2016-12-13 16:16:35 -06:00
parent c298cd9c40
commit ce9357e8a7

View file

@ -48,3 +48,11 @@
line-height: inherit;
}
}
.panel-default {
.table-list-row:last-child {
.table-list-cell {
border-bottom: 0;
}
}
}