implemented Locomotive and Train management

This commit is contained in:
Stephan Richter
2020-09-22 10:27:13 +02:00
parent 064c4ff594
commit 29888379c6
14 changed files with 254 additions and 42 deletions

View File

@@ -188,4 +188,10 @@ svg.straight .right{
polygon.oneway{
fill: lime;
stroke-width:0;
}
fieldset{
float: left;
border: 1px solid black;
border-radius: 5px;
}