react to closed stations

This commit is contained in:
2017-11-12 22:50:25 +01:00
parent 9427ed50ad
commit 543d3e1658
5 changed files with 71 additions and 26 deletions

View File

@@ -121,3 +121,6 @@ th.headerSortDown {
background-image: url(../img/up.gif);
}
.filling_station_closed {
text-decoration: line-through;
}