| Line 221: |
Line 221: |
| | } | | } |
| | | | |
| − | #wagon-list li { | + | #wagon-list li, #wagon-configurator-list li { |
| | margin-left: -2em; | | margin-left: -2em; |
| | list-style: none; | | list-style: none; |
| | + | } |
| | + | |
| | + | #wagon-configurator-list { |
| | + | display: inline-block; |
| | + | } |
| | + | |
| | + | #wagon-configurator { |
| | + | float: right; |
| | + | display: inline-block; |
| | + | } |
| | + | |
| | + | #wagon-configurator li { |
| | + | list-style: none; |
| | + | } |
| | + | |
| | + | .wagon-slot { |
| | + | width: 66px; |
| | + | height: 72px; |
| | + | border: 1px solid; |
| | + | background-position: center center; |
| | + | background-repeat: no-repeat; |
| | } | | } |
| | | | |