Unverified Commit 4d64be6f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

disable status card border in timeline view

parent 463e2938
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -280,6 +280,12 @@ ul.route-history > li {
	border-bottom: 2px dashed #808080;
}

.timeline-in-transit {
	.status-card-progress-annot {
		border-bottom: none;
	}
}


@media screen and (max-width: 600px) {
	.collection.departures li {