| Line 262: |
Line 262: |
| | } | | } |
| | | | |
| − | .wagon-slot, .train-slot { | + | .wagon-slot, .engine-slot { |
| | display: inline-block; | | display: inline-block; |
| | border: 1px dotted; | | border: 1px dotted; |
| | + | background-position: center center; |
| | + | background-repeat: no-repeat; |
| | } | | } |
| | | | |
| Line 270: |
Line 272: |
| | width: 66px; | | width: 66px; |
| | height: 72px; | | height: 72px; |
| − | background-position: center center; | + | } |
| − | background-repeat: no-repeat; | + | |
| | + | .engine-slot { |
| | + | width: 100px; |
| | + | height: 64px; |
| | } | | } |
| | | | |