remove chevron from non-settings rows

This commit is contained in:
Brad Rydzewski 2015-05-27 23:20:38 -07:00
parent 3bc5dea947
commit 910a6a6594

View file

@ -1397,6 +1397,10 @@ section .build-row .build-num {
section .build-row > div:last-child {
padding-left:0px;
}
section a.build-row:after {
content:"";
-line-height: 115px;
}
.pending,
.running {