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
1 changed files with 8 additions and 0 deletions

View File

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